[Bug translator/16358] build-id difficulties with hand-built kernels
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Sat Dec 21 16:13:00 GMT 2013
https://sourceware.org/bugzilla/show_bug.cgi?id=16358
--- Comment #2 from Mark Wielaard <mjw at redhat dot com> ---
Pushed:
commit 641a4f62f1f1940540f1202c1e1aa5ce8c508234
Author: Mark Wielaard <mjw@redhat.com>
Date: Sat Dec 21 00:04:21 2013 +0100
libdwfl: Correct nested asprintf result check in report_kernel_archive.
Because of wrongly placed parens the result of only one asprintf call
was checked correctly. Causing dwfl_linux_kernel_report_offline to return
ENOMEM. Rewrite nested if unlikely check into separate if statements to
make clear what is actually being checked and what the actual unlikely
condition is.
Reported against systemtap "build-id difficulties with hand-built kernels"
https://sourceware.org/bugzilla/show_bug.cgi?id=16358
Reported-by: Crestez Dan Leonard <lcrestez@ixiacom.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
https://git.fedorahosted.org/cgit/elfutils.git/commit/?id=641a4f62f1f1940540f1202c1e1aa5ce8c508234
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list