i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
authorMartyna Szapar <martyna.szapar@intel.com>
Mon, 15 Apr 2019 21:43:07 +0000 (14:43 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 5 May 2019 00:40:25 +0000 (17:40 -0700)
commit24474f2709af6729b9b1da1c5e160ab62e25e3a4
tree2d143c94f0814d7346d73d9627ea0dece4e52185
parent825f0a4eb7fa9106a64ca8a2e62c37cc9766fdb9
i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c

Fixed possible memory leak in i40e_vc_add_cloud_filter function:
cfilter is being allocated and in some error conditions
the function returns without freeing the memory.

Fix of integer truncation from u16 (type of queue_id value) to u8
when calling i40e_vc_isvalid_queue_id function.

Signed-off-by: Martyna Szapar <martyna.szapar@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c