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 free_shared_mem() in driv…
…ers/net/s2io.c 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>
- Loading branch information