in static dl_iterate_phdr, fix use of possibly-uninitialized aux data
authorRich Felker <dalias@aerifal.cx>
Tue, 14 Mar 2017 18:29:50 +0000 (14:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 14 Mar 2017 18:29:50 +0000 (14:29 -0400)
commit500f5bee6c03981961f1586fca2a1dee6fdce7c7
treef6ce3242f48a80d403739485516617cd61391626
parent6582baa752a8facb2c8a7b5b3dcf67331429cdc1
in static dl_iterate_phdr, fix use of possibly-uninitialized aux data

this could only happen if an incomplete auxv was passed into the
program, but it's better to just initialize the data anyway.
src/ldso/dl_iterate_phdr.c