]> git.hungrycats.org Git - linux/commit
posix-cpu-timers: Fix nanosleep task_struct leak
authorStanislaw Gruszka <sgruszka@redhat.com>
Fri, 15 Feb 2013 10:08:11 +0000 (11:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 14:32:23 +0000 (06:32 -0800)
commitc56dec21a605c9cad4e37492ca292f114d2aad34
treecb42a485e3d2e8272e35d510aef9a40f7e177ee1
parent890914e9fc7b9c12714a58f1e1318f3de500f241
posix-cpu-timers: Fix nanosleep task_struct leak

commit e6c42c295e071dd74a66b5a9fcf4f44049888ed8 upstream.

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 <tt.rantala@gmail.com>
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Dave Jones <davej@redhat.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Link: http://lkml.kernel.org/r/20130215100810.GF4392@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/posix-cpu-timers.c