linux/drivers/media/dvb/firewire
Julia Lawall 4202066c69 V4L/DVB: drivers/media: Eliminate a NULL pointer dereference
In each case, the print involves dereferencing a value that is NULL or is
near NULL.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r exists@
expression E,E1;
identifier f;
statement S1,S2,S3;
@@

if ((E == NULL && ...) || ...)
{
  ... when != if (...) S1 else S2
      when != E = E1
* E->f
  ... when any
  return ...;
}
else S3
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-06-01 01:24:22 -03:00
..
Kconfig V4L/DVB (13400): firedtv: port to new firewire core 2009-12-05 18:41:42 -02:00
Makefile V4L/DVB (13400): firedtv: port to new firewire core 2009-12-05 18:41:42 -02:00
firedtv-1394.c V4L/DVB: drivers/media: Eliminate a NULL pointer dereference 2010-06-01 01:24:22 -03:00
firedtv-avc.c V4L/DVB: firedtv: correct version number and current/next in CA_PMT 2010-05-18 00:46:27 -03:00
firedtv-ci.c dvb: Push down BKL into ioctl functions 2010-05-17 05:27:04 +02:00
firedtv-dvb.c V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00
firedtv-fe.c V4L/DVB (13240): firedtv: fix regression: tuning fails due to bogus error return 2009-11-07 12:55:11 -02:00
firedtv-fw.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 2010-03-03 08:08:44 -08:00
firedtv-rc.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
firedtv.h V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00