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/23754] NULL-Pointer dereference problem in function do_oper_extract in the eu-ar binaries


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

Mark Wielaard <mark at klomp dot org> changed:

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

--- Comment #5 from Mark Wielaard <mark at klomp dot org> ---
commit 4cdb0fd0d3b4255a9994ce302d6df76d251f7b75
Author: Mark Wielaard <mark@klomp.org>
Date:   Sun Oct 14 17:29:51 2018 +0200

    ar: Assume epoch if ar_date is bogus.

    If the ar header contains a bogus ar_date then in verbose mode we would
    get a NULL pointer from localtime. Just assume the entry was created
    during the epoch.

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

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

-- 
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]