Ah yes. My mistake. Sorry for the false report.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
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
3 matches
Mail list logo