﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3	libc: exec and get/set operations on that pid	bird	bird	"We have to properly alias the parent and child pids of an exec*() operation.

For example the following code wont work right:
{{{
pid = fork();
if (!pid) 
    exec();
sleep(1);
setpriority(pid,..);
}}}
"	defect	new	normal	libc-0.7	libc-backend	0.6	normal		exec	
