https://bugs.kde.org/show_bug.cgi?id=492214
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |m...@klomp.org Status|REPORTED |RESOLVED --- Comment #1 from Mark Wielaard <m...@klomp.org> --- Thanks, looks sensible. Also more efficient for the kernel because it doesn't have to fetch the empty string from user space but can just check for a NULL pointer. Pushed as: commit de408f75bf28d76a0016325b75f14be45631472a Author: Miao Wang <shankerwangm...@gmail.com> Date: Mon Aug 26 22:08:43 2024 +0800 sys_statx: support for statx(fd, NULL, AT_EMPTY_PATH) statx(fd, NULL, AT_EMPTY_PATH) is supported since Linux 6.11 and this patch adds the support to valgrind, so that it won't complain when NULL is used as |filename| and |flags| includes AT_EMPTY_PATH. Ref: commit 0ef625bba6fb ("vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)") Signed-off-by: Miao Wang <shankerwangm...@gmail.com> -- You are receiving this mail because: You are watching all bug changes.