aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2024-10-01 14:26:59 +0100
committerJakub Kicinski <[email protected]>2024-10-03 16:23:21 -0700
commit7a310f8d7dfe2d92a1f31ddb5357bfdd97eed273 (patch)
tree3bb430c50acdb9493e56b03eb93a6641648cf20a /tools/perf/scripts/python/gecko.py
parentbc212465326e8587325f520a052346f0b57360e6 (diff)
rxrpc: Fix uninitialised variable in rxrpc_send_data()
Fix the uninitialised txb variable in rxrpc_send_data() by moving the code that loads it above all the jumps to maybe_error, txb being stored back into call->tx_pending right before the normal return. Fixes: b0f571ecd794 ("rxrpc: Fix locking in rxrpc's sendmsg") Reported-by: Dan Carpenter <[email protected]> Closes: https://lists.infradead.org/pipermail/linux-afs/2024-October/008896.html Signed-off-by: David Howells <[email protected]> cc: Marc Dionne <[email protected]> cc: [email protected] Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions