|
From: Petar J. <pe...@so...> - 2018-09-10 10:14:07
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=097b2076013bd6082be189ab55dbdb2eb1e572b7 commit 097b2076013bd6082be189ab55dbdb2eb1e572b7 Author: Petar Jovanovic <mip...@gm...> Date: Mon Sep 10 10:12:57 2018 +0000 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: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7d11362..d7a3416 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 |