commit | ba719baeabbff5476eeb91c223e6921ba29e1490 | [log] [tgz] |
---|---|---|
author | Ulrich Drepper <drepper@redhat.com> | Tue May 06 20:42:38 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 08 10:46:56 2008 -0700 |
tree | f3023d34b9ca087412839f6b5937478d49e567ec | |
parent | c1236d31a1b9fc018b85e15a3e58e3601ddc90ae [diff] |
sys_pipe(): fix file descriptor leaks Remember to close the files if copy_to_user() failed. Spotted by dm.n9107@gmail.com. Signed-off-by: Ulrich Drepper <drepper@redhat.com> Cc: DM <dm.n9107@gmail.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>