commit | 18eb86362a52f0af933cc0fd5e37027317eb2d1c | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Aug 27 08:39:51 2017 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Oct 10 09:01:11 2017 -0700 |
tree | f88cb96d41757aee633407a59c4c5b3196719f7f | |
parent | 377b62736c01f14309141c69caa6d84363c12e12 [diff] |
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>