https://bugs.kde.org/show_bug.cgi?id=140178

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Mark Wielaard <m...@klomp.org> ---
Tested as part of https://bugzilla.redhat.com/show_bug.cgi?id=1925786

commit 57c823aefea32e1fba3af47d29e66313d0bc13cd
Author: Mark Wielaard <m...@klomp.org>
Date:   Sat Feb 6 22:02:56 2021 +0100

    PR140178 Support opening /proc/self/exe

    Some programs open /proc/self/exe to read some data. Currently valgrind
    supports following the /proc/self/exe link (to the original binary, so you
    could then open that), but directly opening /proc/self/exe will open the
    valgrind tool, not the executable file itself.

    Add ML_(handle_self_exe_open) which dups VG_(cl_exec_fd) if the file
    to open is /proc/self/exe or /proc/<pid>/exe. And do the same for openat.

    https://bugs.kde.org/show_bug.cgi?id=140178

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to