mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
093a44e71a
spid has been allocated in this function and so should be freed before leaving it, as in the other error handling cases. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) @r exists@ expression E,E1; statement S; position p1,p2,p3; @@ E =@p1 \(kmalloc\|kcalloc\|kzalloc\)(...) ... when != E = E1 if (E == NULL || ...) S ... when != E = E1 if@p2 (...) { ... when != kfree(E) } ... when != E = E1 kfree@p3(E); @forall@ position r.p2; expression r.E; int E1 != 0; @@ * if@p2 (...) { ... when != kfree(E) when strict return E1; } Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
card.h | ||
command.c | ||
event.c | ||
hardware.h | ||
includes.h | ||
init.c | ||
interrupt.c | ||
ioctl.c | ||
Kconfig | ||
Makefile | ||
message.c | ||
message.h | ||
packet.c | ||
scioc.h | ||
shmem.c | ||
timer.c |