fix bug in gnu hash lookup on dlsym(handle, name) lookups
authorRich Felker <dalias@aerifal.cx>
Sat, 25 Aug 2012 21:40:27 +0000 (17:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 25 Aug 2012 21:40:27 +0000 (17:40 -0400)
commita5d6199d091aad750b1fc325240a141a88ee770e
treeac3e081139776dda5c602d10763bd036262d371b
parentdbcb3ad9255c71cbfeb4e9d65d56a8f49dcda6a6
fix bug in gnu hash lookup on dlsym(handle, name) lookups

wrong hash was being passed; just a copy/paste error. did not affect
lookups in the global namespace; this is probably why it was not
caught in testing.
src/ldso/dynlink.c