Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c
authorMicah Gruber <micah.gruber@gmail.com>
Mon, 9 Jul 2007 03:29:04 +0000 (11:29 +0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 16 Jul 2007 21:56:00 +0000 (17:56 -0400)
This patch fixes a potential null dereference bug where we dereference
nic before a null check. This patch simply moves the dereferencing
after the null check.

Signed-off-by: Micah Gruber < micah.gruber@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found