diff options
author | Micah Gruber <micah.gruber@gmail.com> | 2007-07-24 04:44:56 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-30 21:58:54 +0200 |
commit | c196d80f994ef4ffefd5a7c62e3f42bd75d538bc (patch) | |
tree | 324724a86e675d468c625e419aa99fb60d09c155 /crypto | |
parent | PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safe (diff) | |
download | linux-c196d80f994ef4ffefd5a7c62e3f42bd75d538bc.tar.xz linux-c196d80f994ef4ffefd5a7c62e3f42bd75d538bc.zip |
Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/pcmcia/nmclan_cs.c
This patch fixes a potential null dereference bug where we dereference
DEV 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>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions