]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.
authormarkj <markj@FreeBSD.org>
Wed, 7 Aug 2013 00:28:17 +0000 (00:28 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 7 Aug 2013 00:28:17 +0000 (00:28 +0000)
commita11192f9a00b2b646f39c8c79e968df269688606
treefc5b0b2eb0a67a15917b99fde964839b5fcf6369
parent44ee260831dcad42016c3c75526eac0b9ee53533
Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.
This prevents unintentional execution of programs when running ldd(1) on
32-bit Linux binaries.

PR: 175339, 127276
Suggested by: kib, rstone
Reviewed by: kib
MFC after: 2 weeks
usr.bin/ldd/ldd.c