fix uninitialized map_len being used in munmap failure paths in load_library
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 05:59:25 +0000 (00:59 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 05:59:25 +0000 (00:59 -0500)
commit74025c80ce1eb4cda110ab2e3ac11718d3c6f2ff
treea171ebc98c1af864db7c356a99efc8b98ffd5077
parent72768ea99e67162b7b42d9cd8917cf9a2c00f1f1
fix uninitialized map_len being used in munmap failure paths in load_library

this bug seems to have been introduced when the map_library signatures
was changed to return the mapping in a temp dso structure instead of
into separate variables.
src/ldso/dynlink.c