Re: dirname() trailing slash Segfault bug

2008-08-19 Thread Mirsad Todorovac
On Tue, 19 Aug 2008, Carlos O'Donell wrote: On Fri, Aug 15, 2008 at 9:03 AM, Mirsad Todorovac <[EMAIL PROTECTED]> wrote: I have came across a bug in dirname() function of GNU libc. It is triggered by the following minimal source: #include #include int main (int argc, char *argv[]) {

YALG post - Yet Another linux-gate.so.1 post - What's the TRUTH?

2008-08-19 Thread Bob
after reading to nausea about linux-gate.so.1, it pains me greatly to still need to post another question about it. first off - please - nobody mention http://www.trilithium.com/johan/2005/08/linux-gate/ I would really appreciate that. Been there done that - didn't answer my question or solve my

Re: dirname() trailing slash Segfault bug

2008-08-19 Thread Carlos O'Donell
On Fri, Aug 15, 2008 at 9:03 AM, Mirsad Todorovac <[EMAIL PROTECTED]> wrote: > I have came across a bug in dirname() function of GNU libc. > > It is triggered by the following minimal source: > > #include > #include > > int main (int argc, char *argv[]) { >char *buf = "usr/"; > >