commit | febe14e6e0635b0a3c020bb1d552c7e221a189ac | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Tue Nov 01 16:27:14 2022 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Tue Nov 01 16:28:20 2022 +0000 |
tree | 644ea91983a5da046a7218dd158d1b4f19aed28e | |
parent | 369f495afc4403abcd0ba9c372e0a64f456d0d17 [diff] |
Add Changelog Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/ChangeLog.d/fix_zeroization.txt b/ChangeLog.d/fix_zeroization.txt new file mode 100644 index 0000000..ad74d9c --- /dev/null +++ b/ChangeLog.d/fix_zeroization.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix possible crash in TLS PRF code, if a failure to allocate memory occurs. + Reported by Michael Madsen in #6516.