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)
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.


No differences found