commit | dda094a312dbb2cd96e3e46fce7784aca999bcf1 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Feb 21 07:32:47 2015 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Feb 26 04:53:56 2015 -0800 |
tree | d3c0a3d474549c8cb0d471204ff03e286db3dad5 | |
parent | 31639b94cadc03727d0ae1f048e9688dd508883f [diff] |
i40e: Fix memory leak at failure path in i40e_dbg_command_write() The patch fixes a leak of 'cmd_buf' when copy_from_user() failed in i40e_dbg_command_write(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Tested-by: Jim Young <james.m.young@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>