]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Announce fix for 393099 - posix_memalign() invalid write if alignment == 0
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 06:08:38 +0000 (08:08 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 06:08:38 +0000 (08:08 +0200)
Fix was committed in d9204e9eedc

NEWS

diff --git a/NEWS b/NEWS
index cdcc2aacfc1031a536ced5955beb81ca1f498c14..dae825b820a0446ca8dd7758b94c1d70bffab41f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,7 @@ where XXXXXX is the bug number as listed below.
 391861  Massif Assertion 'n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)'
 393017  Add missing support for xsmaxcdp instruction, bug fixes for xsmincdp,
         lxssp, stxssp and stxvl instructions.
+393099  posix_memalign() invalid write if alignment == 0
 
 n-i-bz  Fix missing workq_ops operations (macOS)
 n-i-bz  fix bug in strspn replacement