]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Fix map_complete Systemtap probe in dl_open_worker
authorFlorian Weimer <fweimer@redhat.com>
Fri, 25 Oct 2024 15:41:53 +0000 (17:41 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 18 Aug 2025 11:07:25 +0000 (13:07 +0200)
commitd9bd6f386912ef1dbc0434d7cc03eae5ded86181
tree1b27e38119132f4685209508a5a169bf4bc416fc
parent91473c4eeab513ea2c502b987e0778a7591d847a
elf: Fix map_complete Systemtap probe in dl_open_worker

The refactoring did not take the change of variable into account.
Fixes commit 43db5e2c0672cae7edea7c9685b22317eae25471
("elf: Signal RT_CONSISTENT after relocation processing in dlopen
(bug 31986)").

(cherry picked from commit ac73067cb7a328bf106ecd041c020fc61be7e087)
elf/dl-open.c