commit | f96159840bc5f605aca5113ab2d24308d3dc2eff | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Nov 14 17:00:37 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Nov 14 18:45:44 2007 -0800 |
tree | 91e877d755451415ea79fe9da4419b465a0575d0 | |
parent | 4ae44c57748ad37dcd1d998525f6929d2fe39d02 [diff] |
kernel/taskstats.c: fix bogus nlmsg_free() We'd better not nlmsg_free on a pointer containing an undefined value (and without having anything allocated). Spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Balbir Singh <balbir@linux.vnet.ibm> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>