This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/16358] build-id difficulties with hand-built kernels
- From: "mjw at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Sat, 21 Dec 2013 16:13:41 +0000
- Subject: [Bug translator/16358] build-id difficulties with hand-built kernels
- Auto-submitted: auto-generated
- References: <bug-16358-6586 at http dot sourceware dot org/bugzilla/>
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.