]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Just set filename ARG to handle /proc/self/exe in open, openat and openat2
authorMark Wielaard <mark@klomp.org>
Sat, 19 Jul 2025 20:19:08 +0000 (22:19 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 19 Jul 2025 20:47:18 +0000 (22:47 +0200)
commit769ca880912f26f3b6033bfe08e7417580b02c25
tree6bc041b0c40a8603cd472ce303bd0072dca51365
parent3c78edc2da61abfdbb494ec0437ca7ecafc3f278
Just set filename ARG to handle /proc/self/exe in open, openat and openat2

This simplifies the logic a little and makes reasoning about how the
PRE handler works slightly simpler.
coregrind/m_syswrap/syswrap-generic.c
coregrind/m_syswrap/syswrap-linux.c