ldso: move the suid/secure check code closer to env/auxv processing
authorRich Felker <dalias@aerifal.cx>
Tue, 16 Aug 2011 12:50:03 +0000 (08:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 16 Aug 2011 12:50:03 +0000 (08:50 -0400)
commitcf8506ad94caa91fc1cd44b9134494dd6ecd6caf
treed61e42a02d7f00dec78e22c13ea6864769f9eef8
parenta045883365ccb404a63b7c56a42daf0851e579fa
ldso: move the suid/secure check code closer to env/auxv processing

this does not change behavior, but the idea is to avoid letting other
code build up between these two points, whereby the environment
variables might get used before security it checked.
src/ldso/dynlink.c