[Bug 1507] New: [PATCH] ldd segfault fix

bugzilla at busybox.net bugzilla at busybox.net
Wed Apr 7 07:49:16 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1507

              Host: x86
            Target: x86
           Summary: [PATCH] ldd segfault fix
           Product: uClibc
           Version: 0.9.30.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Shared Library Support
        AssignedTo: unassigned at uclibc.org
        ReportedBy: natanael.copa at gmail.com
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


Created an attachment (id=1483)
 --> (https://bugs.busybox.net/attachment.cgi?id=1483)
0001-ldd-segfault-fix.patch

Testcase:

extern void _dl_getenv(void);
void foo(void)
{
        printf("foo: %x\n", &_dl_getenv);
}

linked as -shared

ldd will segfault. Happens on 0.9.30.x and on current nptl.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list