commit | 0a4ecc2c5e0479f269e6ca5f9588b23d649aa948 | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Fri May 05 21:29:13 2017 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed May 31 03:13:36 2017 -0700 |
tree | d0349b76a1a65baef3883e4e03b85e389b25dd1b | |
parent | 0bc0706b46cd345537f9bd3cdf5d84c33f5484e4 [diff] |
i40e: Check for memory allocation failure If 'kzalloc' fails, a NULL pointer will be dereferenced. Return -ENOMEM instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>