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)
this could only happen if an incomplete auxv was passed into the
program, but it's better to just initialize the data anyway.


No differences found