Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a potential NULL pointer dereference in mace_interrupt() in drive…
…rs/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>
- Loading branch information