13 May
2026
13 May
'26
9:18 a.m.
I got coverity working for me again, version 2026.3.0. This pointed out a potentially fairly nasty socket leak in tcp_listen_handler(). Here's a series that fixes it. David Gibson (2): tcp, tcp_splice: Make helper for setting SO_LINGER socket option tcp: Don't leak sockets on error paths tcp.c | 42 ++++++++++++++++++++++++++---------------- tcp_conn.h | 3 +++ tcp_splice.c | 20 +++----------------- 3 files changed, 32 insertions(+), 33 deletions(-) -- 2.54.0