commit | 405d1f6434fd7e6a7a339d2083d32b3dc5f9808f | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Apr 26 18:53:51 2024 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Apr 26 19:20:45 2024 +0100 |
tree | 625804189fa5b71d01eb75246cfe5041d53bba70 | |
parent | 304766ffa89eb5a0a09def996de4fc217955ab63 [diff] |
Add Changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/fix_ubsan_mp_aead_gcm.txt b/ChangeLog.d/fix_ubsan_mp_aead_gcm.txt new file mode 100644 index 0000000..e4726a4 --- /dev/null +++ b/ChangeLog.d/fix_ubsan_mp_aead_gcm.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix undefined behaviour (incrementing a NULL pointer by zero length) when + passing in zero length additional data to multipart AEAD.