From: Jia-Ju Bai Date: Mon, 3 Aug 2015 02:17:08 +0000 (+0800) Subject: e100: Add a check after pci_pool_create to avoid null pointer dereference X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~132^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad607b4a9cb365fbd8387b1250ec448e497223e;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed