]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Fix memory leak at failure path in i40e_dbg_command_write()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Sat, 21 Feb 2015 07:32:47 +0000 (07:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 26 Feb 2015 12:53:56 +0000 (04:53 -0800)
commit5519e9d926ec91c9e10d6bef66d9aff7fd06d49a
treed3c0a3d474549c8cb0d471204ff03e286db3dad5
parentd2809c28d518609b1a24e8fa6fc34c60aea97701
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>
drivers/net/ethernet/intel/i40e/i40e_debugfs.c