]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interaction
authorFlorian Weimer <fweimer@redhat.com>
Mon, 2 Feb 2026 20:15:48 +0000 (21:15 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 2 Feb 2026 20:15:48 +0000 (21:15 +0100)
commit364426a59ee30ee3e528e5b5cae36b5dee045320
treeb9657caaddd81894bb2a23aacf3dd750ffbb811e
parent229f65f5f322609283c7104c80c8af6434dff628
elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interaction

This verifies that LD_PROFILE is correctly ignored if LD_PROFILE_OUTPUT
is not set.

The test was initially auto-generated, then heavily edited and re-edited
for brevity and clarity.  The test uses glibc-specific interfaces
(including one that did not exist at all a couple of hours ago), so
this should be unproblematic.
elf/Makefile
elf/tst-ld_profile.c [new file with mode: 0644]