This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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 tools/24089] NT_PLATFORM core file note should be a zero terminated string


https://sourceware.org/bugzilla/show_bug.cgi?id=24089

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
commit de01cc6f9446187d69b9748bb3636361c79e77a4
Author: Mark Wielaard <mark@klomp.org>
Date:   Wed Jan 16 15:41:31 2019 +0100

    libebl: Check NT_PLATFORM core notes contain a zero terminated string.

    Most strings in core notes are fixed size. But NT_PLATFORM contains just
    a variable length string. Check that it is actually zero terminated
    before passing to readelf to print.

    https://sourceware.org/bugzilla/show_bug.cgi?id=24089

    Signed-off-by: Mark Wielaard <mark@klomp.org>

Pushed to master.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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