]> git.baikalelectronics.ru Git - kernel.git/commit
fix error-path NULL deref in alloc_posix_timer()
authorDan Carpenter <error27@gmail.com>
Thu, 2 Oct 2008 21:50:14 +0000 (14:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Oct 2008 22:53:13 +0000 (15:53 -0700)
commitbc30479523020f6cf8f958bd07f4099a0772a637
tree37ebc732cc75d827e5779f2297b6a28c0f0eadaa
parent3c9c68243d29fa7b5e0b7e57914c209fc14af9c3
fix error-path NULL deref in alloc_posix_timer()

Found by static checker (http://repo.or.cz/w/smatch.git).

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/posix-timers.c