aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorWenwen Wang <[email protected]>2019-08-11 15:07:47 -0500
committerJeff Kirsher <[email protected]>2019-09-11 09:10:45 -0700
commit22d11eacc32cab558e2620b6aad55d07e661847c (patch)
tree2b535a4a5c7c63b12e6fe980912a8812fc33cf69 /scripts/gdb/linux/modules.py
parentc1609946b8b6485e1d405663004867ea9e92178a (diff)
ixgbe: fix memory leaks
In ixgbe_configure_clsu32(), 'jump', 'input', and 'mask' are allocated through kzalloc() respectively in a for loop body. Then, ixgbe_clsu32_build_input() is invoked to build the input. If this process fails, next iteration of the for loop will be executed. However, the allocated 'jump', 'input', and 'mask' are not deallocated on this execution path, leading to memory leaks. Signed-off-by: Wenwen Wang <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions