summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-14 01:38:39 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-10 10:29:47 +0100
commitf6f3170c57da89158b1aa920fc547f481d278480 (patch)
tree14662320564d783b92ffd905ceb924ca2b8ac5b2 /scripts/gdb/linux/lists.py
parentfa6d2679e5cac2fd5ece39c8edb5f503064c5fcd (diff)
net: myri10ge: fix memory leaks
[ Upstream commit 20fb7c7a39b5c719e2e619673b5f5729ee7d2306 ] In myri10ge_probe(), myri10ge_alloc_slices() is invoked to allocate slices related structures. Later on, myri10ge_request_irq() is used to get an irq. However, if this process fails, the allocated slices related structures are not deallocated, leading to memory leaks. To fix this issue, revise the target label of the goto statement to 'abort_with_slices'. Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions