commit | 5875f5f96bc514afd841fdfc5987dfbe72e5c840 | [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:03 2022 +0000 |
tree | b62109c5b203f934f51e0d2c5b42ce404b5df9fe | |
parent | 29b9b2b699cc4ed27e637a90404a77806cc20e32 [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.