27 May
2026
27 May
'26
1:22 p.m.
On Wed, 13 May 2026 17:18:19 +1000
David Gibson
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
Applied, sorry for the delay. I was wondering if Jon wanted to eventually take these in a series fixing more warnings and waited a bit (which turned out to be longer than I thought) but 2/2 could fix some real issues and we have a report: https://github.com/containers/podman/issues/28644 that might actually be fixed by that. I'm now asking the reporter if they can try out this fix. -- Stefano