summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-17 05:28:36 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-17 05:28:36 +0000
commita1690688cee19199afb1fb44da4546750be622cc (patch)
tree7f0606539aac221862a4233186394600c8445b47 /libdwfl/ChangeLog
parent3a5052a8e16f38f8a0d0b3c5925e743608036ed9 (diff)
downloadandroid_external_elfutils-a1690688cee19199afb1fb44da4546750be622cc.tar.gz
android_external_elfutils-a1690688cee19199afb1fb44da4546750be622cc.tar.bz2
android_external_elfutils-a1690688cee19199afb1fb44da4546750be622cc.zip
Don't crash if ->modules is NULL.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 1f75d6bf..d78194aa 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-16 Ulrich Drepper <drepper@redhat.com>
+
+ * dwfl_addrmodule.c (dwfl_addrmodule): Also return NULL of
+ ->modules is NULL.
+
2006-02-26 Roland McGrath <roland@redhat.com>
* dwfl_version.c: New file.