[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 0/8] Coverity fixes for vchan-socket-proxy
On Sun, May 24, 2020 at 10:50 PM Jason Andryuk <jandryuk@xxxxxxxxx> wrote: > > This series addresses some Coverity reports. To handle closing FDs, a > state struct is introduced to track FDs closed in both main() and > data_loop(). I've realized the changes here are insufficient to handle the FD leaks. That is, the accept()-ed FDs need to be closed inside the for loop so they aren't leaked with each iteration. I'll re-work for a v2. -Jason
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |