From: Philippe Waroquiers Date: Sun, 15 Apr 2018 06:08:38 +0000 (+0200) Subject: Announce fix for 393099 - posix_memalign() invalid write if alignment == 0 X-Git-Tag: VALGRIND_3_14_0~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=846aee3e402c4430139cce011ab8420f434532d1;p=thirdparty%2Fvalgrind.git Announce fix for 393099 - posix_memalign() invalid write if alignment == 0 Fix was committed in d9204e9eedc --- diff --git a/NEWS b/NEWS index cdcc2aacfc..dae825b820 100644 --- 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