mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 13:43:53 +00:00
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>
This commit is contained in:
parent
cc34eb672e
commit
127d0a198a
@ -10901,6 +10901,7 @@ init_ops_alloc_err:
|
||||
kfree(bp->init_data);
|
||||
request_firmware_exit:
|
||||
release_firmware(bp->firmware);
|
||||
bp->firmware = NULL;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user