diff options
| author | Jia-Ju Bai <[email protected]> | 2015-08-03 10:17:08 +0800 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2015-08-18 14:06:05 -0700 |
| commit | 9ad607b4a9cb365fbd8387b1250ec448e497223e (patch) | |
| tree | 5b1eb222a58b7f4c10c52379c10a6698adaab160 /tools/perf/scripts/python/bin | |
| parent | c23d92b80e0b44d4c17085f0413e7574a7583615 (diff) | |
e100: Add a check after pci_pool_create to avoid null pointer dereference
The driver lacks the check of nic->cbs_pool after pci_pool_create
in e100_probe. When this function is failed, a null pointer dereference
occurs when pci_pool_alloc uses nic->cbs_pool in e100_alloc_cbs.
This patch adds a check and related error handling code to fix it.
Signed-off-by: Jia-Ju Bai <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions