From: Petar Jovanovic Date: Mon, 10 Sep 2018 10:12:57 +0000 (+0000) Subject: Update NEWS with bug fix for KDE #373069 X-Git-Tag: VALGRIND_3_14_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097b2076013bd6082be189ab55dbdb2eb1e572b7;p=thirdparty%2Fvalgrind.git Update NEWS with bug fix for KDE #373069 KDE #373069 memcheck/tests/leak_cpp_interior fails with GCC 5.1+ was (partially) fixed in r16217. --- diff --git a/NEWS b/NEWS index 7d113622c0..d7a3416ff9 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,7 @@ where XXXXXX is the bug number as listed below. 368913 WARNING: unhandled arm64-linux syscall: 117 (ptrace) == 388664 unhandled arm64-linux syscall: 117 (ptrace) 372347 Replacement problem of the additional c++14/c++17 new/delete operators +373069 memcheck/tests/leak_cpp_interior fails with GCC 5.1+ 376257 helgrind history full speed up using a cached stack 379373 Fix syscall param msg->desc.port.name points to uninitialised byte(s) on macOS 10.12