[PATCH] out_of_memory(): use of uninitialised
authorAndrew Morton <akpm@osdl.org>
Wed, 1 Mar 2006 00:59:19 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Mar 2006 04:53:44 +0000 (20:53 -0800)
commitd6713e046336ffa98060418c4d2c65243639e107
tree3c076173875f22069a2e08fb127b4be11d670cb1
parent0551fbd29e16fccd46e41b7d01bf0f8f39b14212
[PATCH] out_of_memory(): use of uninitialised

Under some circumstances `points' can get printed before it's initialised.
Spotted by Carlos Martin <carlos@cmartin.tk>.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/oom_kill.c