aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
diff options
context:
space:
mode:
authorWenwen Wang <wenwen@cs.uga.edu>2019-08-14 01:38:39 -0500
committerDavid S. Miller <davem@davemloft.net>2019-08-15 12:44:58 -0700
commit20fb7c7a39b5c719e2e619673b5f5729ee7d2306 (patch)
tree4756b319838f0ffac3ffae2f50b39544f42a60fb /net/packet
parentnet: tls, fix sk_write_space NULL write when tx disabled (diff)
downloadlinux-dev-20fb7c7a39b5c719e2e619673b5f5729ee7d2306.tar.xz
linux-dev-20fb7c7a39b5c719e2e619673b5f5729ee7d2306.zip
net: myri10ge: fix memory leaks
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>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions