diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-11-13 12:40:31 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-11-13 12:40:31 +0000 |
commit | 50727aa76b42c3b989a8c0612eb7f63e29aa7fec (patch) | |
tree | 498e1ceb1a7cf546318ae70f15dfceb6b6537a22 /ChangeLog | |
parent | a615be46758fd857872e3e2a12f1fd296bee1a7c (diff) | |
download | glibc-50727aa76b42c3b989a8c0612eb7f63e29aa7fec.tar.gz glibc-50727aa76b42c3b989a8c0612eb7f63e29aa7fec.tar.xz glibc-50727aa76b42c3b989a8c0612eb7f63e29aa7fec.zip |
Avoid passing NULL to DSO_FILENAME.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b129b320b2..67c0c38c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org> + * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false + set reference_name to "" to avoid passing NULL to DSO_FILENAME. + +2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org> + * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure of htab_find_slot(). |