commit | d6713e046336ffa98060418c4d2c65243639e107 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Feb 28 16:59:19 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 28 20:53:44 2006 -0800 |
tree | 3c076173875f22069a2e08fb127b4be11d670cb1 | |
parent | 0551fbd29e16fccd46e41b7d01bf0f8f39b14212 [diff] |
[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>