- Joined
- May 17, 2005
- Messages
- 12,256
- Reaction score
- 2,693
What's up with this (found in the linux kernel back in 2003)?
if ((options == (__WCLONE|__WALL)) && (current->uid = 0))
retval = -EINVAL;
if ((options == (__WCLONE|__WALL)) && (current->uid = 0))
retval = -EINVAL;