|
From: Ivo R. <ir...@so...> - 2017-11-14 09:52:23
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=4a8ea8908f7171f50ad3fa66346778e2f73e5976 commit 4a8ea8908f7171f50ad3fa66346778e2f73e5976 Author: Ivo Raisr <iv...@iv...> Date: Tue Nov 14 10:51:49 2017 +0100 Update NEWS after fixing BZ#208052. Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 436e287..bb3d6c2 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,7 @@ To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX where XXXXXX is the bug number as listed below. +208052 strlcpy error when n = 0 255603 exp-sgcheck Assertion '!already_present' failed 376257 helgrind history full speed up using a cached stack 379373 Fix syscall param msg->desc.port.name points to uninitialised byte(s) |