]> git.neil.brown.name Git - history.git/commit
[PATCH] fix uninitialized variable in waitid(2)
authorJoe Korty <joe.korty@ccur.com>
Thu, 2 Dec 2004 23:47:19 +0000 (15:47 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 2 Dec 2004 23:47:19 +0000 (15:47 -0800)
commitac7e5c7145a6a96c71046f3379fd145bdabe8a78
tree1fd09aa108f81976368ce5f651b65826123ced01
parente681089e7a7701c99623f99761d1ca0f0143c6d6
[PATCH] fix uninitialized variable in waitid(2)

Specify an initial value signal_struct's field stop_state whenever a
signal_struct variable is created.

Bug was discovered through the occasional failure of telnet(1) to connect.

Signed-off-by: Joe Korty <joe.korty@ccur.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/fork.c