Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
sfc_ef100: potential dereference of null pointer
The return value of kmalloc() needs to be checked. To avoid use in efx_nic_update_stats() in case of the failure of alloc. Fixes: b593b6f ("sfc_ef100: statistics gathering") Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
- Loading branch information