]> 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)
commit33509a1013dfacd0f6a67a925a21672b8c5b6371
treef88cb96d41757aee633407a59c4c5b3196719f7f
parenta8418ce8035527233d8c2c0f85c44cc0ea6c8775
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