This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 dynamic-link/15465] LD_DEBUG=symbols crashes when program name is not available


http://sourceware.org/bugzilla/show_bug.cgi?id=15465

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

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

--- Comment #1 from Siddhesh Poyarekar <siddhesh at redhat dot com> ---
Fixed in master:

commit b937534868c8d7aec3b6d645bf5fd657bbfccd42
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Wed May 29 21:30:20 2013 +0530

    Avoid crashing in LD_DEBUG when program name is unavailable

    Resolves: #15465

    The program name may be unavailable if the user application tampers
    with argc and argv[].  Some parts of the dynamic linker caters for
    this while others don't, so this patch consolidates the check and
    fallback into a single macro and updates all users.

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