|
From: Philippe W. <phi...@so...> - 2018-08-11 14:02:02
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3d25f6acab6ab6a66ed1705264dbf45833331ef5 commit 3d25f6acab6ab6a66ed1705264dbf45833331ef5 Author: Philippe Waroquiers <phi...@sk...> Date: Sat Aug 11 16:00:43 2018 +0200 Announce in NEWS the fix for unhandled amd64-linux syscall: 332 (statx) Fix was pushed as 8bc2b6fd26070f9f4d3f067910eb3e3b5e662fd7 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 260ee9a..e1bb4ad 100644 --- a/NEWS +++ b/NEWS @@ -127,6 +127,7 @@ where XXXXXX is the bug number as listed below. 390471 suppression by specification of source-file line number 390723 make xtree dump files world wide readable, similar to log files 391861 Massif Assertion 'n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)' +392118 unhandled amd64-linux syscall: 332 (statx) 392449 callgrind not clearing the number of calls properly 393017 Add missing support for xsmaxcdp instruction, bug fixes for xsmincdp, lxssp, stxssp and stxvl instructions. |