|
From: Philippe W. <phi...@so...> - 2018-04-15 06:12:26
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=846aee3e402c4430139cce011ab8420f434532d1 commit 846aee3e402c4430139cce011ab8420f434532d1 Author: Philippe Waroquiers <phi...@sk...> Date: Sun Apr 15 08:08:38 2018 +0200 Announce fix for 393099 - posix_memalign() invalid write if alignment == 0 Fix was committed in d9204e9eedc Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index cdcc2aa..dae825b 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 |