summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/hfcmulti.c
diff options
context:
space:
mode:
authorJulia Lawall2009-02-09 02:00:02 +0100
committerDavid S. Miller2009-02-09 02:00:02 +0100
commitbc111d570ba87cff48ec8dfa15a2a598e59c0f4b (patch)
treef49f3d065311a6fc3c5759ab1ceb2f05ee17e40c /drivers/isdn/hardware/mISDN/hfcmulti.c
parentsunhme: Don't match PCI devices in SBUS probe. (diff)
downloadkernel-qcow2-linux-bc111d570ba87cff48ec8dfa15a2a598e59c0f4b.tar.gz
kernel-qcow2-linux-bc111d570ba87cff48ec8dfa15a2a598e59c0f4b.tar.xz
kernel-qcow2-linux-bc111d570ba87cff48ec8dfa15a2a598e59c0f4b.zip
drivers/atm: introduce missing kfree
Error handling code following a kmalloc should free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,l; position p1,p2; expression *ptr != NULL; @@ ( if ((x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...)) == NULL) S | x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...); ... if (x == NULL) S ) <... when != x when != if (...) { <+...x...+> } x->f = E ...> ( return \(0\|<+...x...+>\|ptr\); | return@p2 ...; ) @script:python@ p1 << r.p1; p2 << r.p2; @@ print "* file: %s kmalloc %s return %s" % (p1[0].file,p1[0].line,p2[0].line) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware/mISDN/hfcmulti.c')
0 files changed, 0 insertions, 0 deletions