Bug#492071: closed by "Francesco P. Lovergine" <[EMAIL PROTECTED]> (Re: Bug#492071: libc: execl adds a random pointer when calling execve)

2008-07-23 Thread Tyson Whitehead
Ah yes. My mistake. Sorry for the false report. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#492071: libc: execl adds a random pointer when calling execve

2008-07-23 Thread Tyson Whitehead
On Wednesday 23 July 2008 12:32:37 Tyson Whitehead wrote: > The following code either (compiled with either gcc 4.2 or 4.3) dies with > EFAULT (bad address) or spits out some random garbage after the "hello > world!". I was trying to say that it either dies with EFAULT or spits out some random ga

Bug#492071: libc: execl adds a random pointer when calling execve

2008-07-23 Thread Tyson Whitehead
Package: libc Version: glibc Severity: important The following code either (compiled with either gcc 4.2 or 4.3) dies with EFAULT (bad address) or spits out some random garbage after the "hello world!". #include #include #include #include int main(){ pid_t cpid; cpid = fork(); if (0