From: Mark W. <ma...@so...> - 2024-11-26 20:36:31
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=71875fc1a3d746c0ea1e7b5d648a010b1559dcd9 commit 71875fc1a3d746c0ea1e7b5d648a010b1559dcd9 Author: Mark Wielaard <ma...@kl...> Date: Tue Nov 26 21:32:59 2024 +0100 Add bug 494246 to NEWS Bug 494246 syscall fsopen not wrapped was fixed in commit 4044bcea0. "Add open_tree, move_mount, fsopen, fsconfig, fsmount, fspick linux syswraps" Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e5a7345e17..2651600222 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ than mailing the developers (or mailing lists) directly -- bugs that are not entered into bugzilla tend to get forgotten about or ignored. 489913 WARNING: unhandled amd64-linux syscall: 444 (landlock_create_ruleset) +494246 syscall fsopen not wrapped 494327 Crash when running Helgrind built with #define TRACE_PTH_FNS 1 494337 All threaded applications cause still holding lock errors 495488 Add FreeBSD getrlimitusage syscall wrapper |