diff options
author | Stanislaw Gruszka <[email protected]> | 2013-02-15 11:08:11 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2013-02-15 11:41:56 +0100 |
commit | e6c42c295e071dd74a66b5a9fcf4f44049888ed8 (patch) | |
tree | 7d417f64b7fa04511b4006eb4907ef41b7e401ed /net/unix/af_unix.c | |
parent | 9f4646d28362bc424b8a4c7d09ea1c2f1759371a (diff) |
posix-cpu-timers: Fix nanosleep task_struct leak
The trinity fuzzer triggered a task_struct reference leak via
clock_nanosleep with CPU_TIMERs. do_cpu_nanosleep() calls
posic_cpu_timer_create(), but misses a corresponding
posix_cpu_timer_del() which leads to the task_struct reference leak.
Reported-and-tested-by: Tommi Rantala <[email protected]>
Signed-off-by: Stanislaw Gruszka <[email protected]>
Cc: Dave Jones <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions