Files
linux/drivers
Adrian Bunk d734f92b0d drivers/ieee1394/raw1394.c: fix a NULL pointer
The coverity checker spotted that this was a NULL pointer dereference in
the "if (copy_from_user(...))" case since the next step is to
kfree(cache->filled_head).

There's no need to free cache at this point, and it's getting free'd
later.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
2005-11-21 17:32:14 -05:00
..
2005-11-10 12:55:52 -08:00
2005-11-15 08:59:20 -08:00
2005-10-30 17:37:10 -08:00
2005-10-30 17:37:32 -08:00
2005-11-12 17:26:21 +00:00
2005-10-28 12:18:07 -04:00
2005-11-13 18:14:12 -08:00
2005-11-07 07:54:09 -08:00
2005-10-30 17:37:32 -08:00
2005-09-11 19:15:07 -07:00
2005-11-07 07:53:46 -08:00