]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Fix direction of NODELETE log messages during symbol lookup
authorFlorian Weimer <fweimer@redhat.com>
Tue, 5 Jul 2022 12:40:38 +0000 (14:40 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 5 Jul 2022 12:40:38 +0000 (14:40 +0200)
commita9f9ee2381944cee8b4b50c5c8321e3529c77e49
treeaa040168f19db326dc32ba207100ee526ba685a7
parent7519dee356a0ab21c8990e59ed05dd48a4e573a0
elf: Fix direction of NODELETE log messages during symbol lookup

NODELETE status is propagated from the referencing object to the
referenced object, not the other way round.  The code is correct, only
the log message has the wrong direction.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/dl-lookup.c