From: Roland McGrath Date: Sat, 26 Nov 2005 00:38:14 +0000 (+0000) Subject: Missing ChangeLog commit X-Git-Tag: elfutils-0.120~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56408927f459f86ae2653ad7425b23b648e80be;p=thirdparty%2Felfutils.git Missing ChangeLog commit --- diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 0a015e76d..e7b67e1e1 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,10 @@ +2005-11-21 Roland McGrath + + * linux-kernel-modules.c (dwfl_linux_kernel_module_section_address): + Don't leak malloc'd file name. + If a /sys/.../sections file is missing and starts with ".init", + try the variant with "_init" too; catches PPC64 kernel braindamage. + 2005-11-15 Roland McGrath * libdwfl.h: Comment fixes.