commit | 127d0a198a310970b31866af8bbb6d4b1068e546 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Thu Mar 15 14:08:28 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 16 01:57:26 2012 -0700 |
tree | 4577367c5ea665a2f7ffd53eeef2c0409a2e7af5 | |
parent | cc34eb672eedb5ff248ac3bf9971a76f141fd141 [diff] |
bnx2x: fix a crash on corrupt firmware file If the requested firmware is deemed corrupt and then released, reset the pointer to NULL in order to avoid double-freeing it in bnx2x_release_firmware() or dereferencing it in bnx2x_init_firmware(). Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Acked-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>