commit | 0f37a157a272a8b60fe045ec1301ebb0995c3d06 | [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 18:56:00 2024 +0100 |
tree | c7c7af197692c70eb008d2ca52bb35269d6499b9 | |
parent | a3daff47d8f53ff353741a1c939bc3f12eefcc3c [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.