]> sourceware.org Git - valgrind.git/commit
Do not try to record fd name for io_uring_setup
authorMark Wielaard <mark@klomp.org>
Wed, 9 Feb 2022 22:37:53 +0000 (23:37 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 9 Feb 2022 22:37:53 +0000 (23:37 +0100)
commitc90561e20f7df2e9c5ae30f1cdafd330b0172345
treec953c631215661d1af6e6f6d9f7bb837badb34f3
parent8229569cb8b1d564a97392237ebffa1d467b03ce
Do not try to record fd name for io_uring_setup

In POST(sys_io_uring_setup) we tried to use record_fd_open_with_given_name
with ARG1 as name. But ARG1 isn't a char pointer. So this might crash with
--track-fds=yes. Since no (file) name is associated with the fd returned by
io_uring_setup use record_fd_open_nameless instead.

https://bugs.kde.org/show_bug.cgi?id=449838
NEWS
coregrind/m_syswrap/syswrap-linux.c
This page took 0.051857 seconds and 5 git commands to generate.