Bug#196085: Problem in glibc-2.3.2/elf/do-lookup.h

2003-06-05 Thread Ognyan Kulev
Ognyan Kulev wrote: This bug is reassigned to libc0.3. The problem seems to be that glibc-2.3.2/elf/do-lookup.h:do_lookup signals SEGV when SCOPE array is empty. I don't know the semantics of these data structures, but if it's allowed this array to be empty, then the attached patch will solve

Bug#196085: Problem in glibc-2.3.2/elf/do-lookup.h

2003-06-05 Thread Ognyan Kulev
Ognyan Kulev wrote: This bug is reassigned to libc0.3. The problem seems to be that glibc-2.3.2/elf/do-lookup.h:do_lookup signals SEGV when SCOPE array is empty. I don't know the semantics of these data structures, but if it's allowed this array to be empty, then the attached patch will solve