]> git.baikalelectronics.ru Git - kernel.git/commit
igb: check memory allocation failure
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 27 Aug 2017 06:39:51 +0000 (08:39 +0200)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 10 Oct 2017 16:01:11 +0000 (09:01 -0700)
commit7cb8cf56bed25cd00317e9c8de24bb66baedb1b8
treef88cb96d41757aee633407a59c4c5b3196719f7f
parent4bc7b8b43bb2b32e138cc68662ea520f03303a60
igb: check memory allocation failure

Check memory allocation failures and return -ENOMEM in such cases, as
already done for other memory allocations in this function.

This avoids NULL pointers dereference.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: Aaron Brown <aaron.f.brown@intel.com
Acked-by: PJ Waskiewicz <peter.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c