diff options
author | Sabrina Dubroca <[email protected]> | 2024-02-28 23:43:59 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-29 09:07:16 -0800 |
commit | 41532b785e9d79636b3815a64ddf6a096647d011 (patch) | |
tree | df26ff713718d54e616ada4c47a1abbec90fb8fd /scripts/generate_rust_analyzer.py | |
parent | 6caaf104423d809b49a67ee6500191d063b40dc6 (diff) |
tls: separate no-async decryption request handling from async
If we're not doing async, the handling is much simpler. There's no
reference counting, we just need to wait for the completion to wake us
up and return its result.
We should preferably also use a separate crypto_wait. I'm not seeing a
UAF as I did in the past, I think aec7961916f3 ("tls: fix race between
async notify and socket close") took care of it.
This will make the next fix easier.
Signed-off-by: Sabrina Dubroca <[email protected]>
Link: https://lore.kernel.org/r/47bde5f649707610eaef9f0d679519966fc31061.1709132643.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions