|
From: Philippe W. <phi...@so...> - 2019-11-03 17:02:43
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=aaf64922a727cf9cd06adeedaede112b35e7ab09 commit aaf64922a727cf9cd06adeedaede112b35e7ab09 Author: Philippe Waroquiers <phi...@sk...> Date: Sun Nov 3 17:45:27 2019 +0100 Announce in NEWS the fix for 413603 - callgrind_annotate/cg_annotate truncate function names at '#' Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index a2422e8..e53bc62 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,7 @@ where XXXXXX is the bug number as listed below. 409367 exit_group() after signal to thread waiting in futex() causes hangs 410599 Non-deterministic behaviour of pth_self_kill_15_other test 411134 Allow the user to change a set of command line options during execution +413603 callgrind_annotate/cg_annotate truncate function names at '#' n-i-bz Fix minor one time leaks in dhat. n-i-bz Add --run-cxx-freeres=no in outer args to avoid inner crashes. |