diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-09 15:22:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-09 15:22:16 -0700 |
commit | 273edc5e138caef32a720410c9b2e27613991601 (patch) | |
tree | 44e4bcec574f97a7f133c11d7bf4b970f3ac840c /ChangeLog | |
parent | c8450f70fa7e68519d015ba9497f59645ba7ed3a (diff) | |
download | glibc-273edc5e138caef32a720410c9b2e27613991601.tar glibc-273edc5e138caef32a720410c9b2e27613991601.tar.gz glibc-273edc5e138caef32a720410c9b2e27613991601.tar.bz2 glibc-273edc5e138caef32a720410c9b2e27613991601.zip |
Free errstring if _dl_addr doesn't returns 0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-10-09 Roland McGrath <roland@hack.frob.com> + + * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is + defined. Don't check if MAP is NULL. + 2012-10-09 Joseph Myers <joseph@codesourcery.com> * sysdeps/generic/_G_config.h (_G_off64_t): Remove. |