treat null vdso base same as missing
authorBobby Bingham <koorogi@koorogi.info>
Tue, 26 Jul 2016 03:52:58 +0000 (22:52 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 11 Nov 2016 17:58:27 +0000 (12:58 -0500)
commit54482898abe8d6d937ee67ea5974cd8eae859c37
tree400a5d1fbfee1cb3b90f3a215f3da7b771dca3c9
parentb418ea1b66d0d5a08640d4edf3b65d4619c6ef7f
treat null vdso base same as missing

On s390x, the kernel provides AT_SYSINFO_EHDR, but sets it to zero, if the
program being run does not have a program interpreter.  This causes
problems when running the dynamic linker directly.
ldso/dynlink.c
src/internal/vdso.c