diff options
author | Jeremy Kerr <[email protected]> | 2024-02-20 16:10:53 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-22 19:21:11 -0800 |
commit | 3773d65ae5154ed7df404b050fd7387a36ab5ef3 (patch) | |
tree | e88b1897f90f38182da186945678e20f322c12a3 /scripts/generate_rust_analyzer.py | |
parent | e872469c38b9283ef9de5e43d49286f9533ad848 (diff) |
net: mctp: take ownership of skb in mctp_local_output
Currently, mctp_local_output only takes ownership of skb on success, and
we may leak an skb if mctp_local_output fails in specific states; the
skb ownership isn't transferred until the actual output routing occurs.
Instead, make mctp_local_output free the skb on all error paths up to
the route action, so it always consumes the passed skb.
Fixes: 833ef3b91de6 ("mctp: Populate socket implementation")
Signed-off-by: Jeremy Kerr <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions