This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/16358] build-id difficulties with hand-built kernels


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]