]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 25 Nov 2021 09:03:44 +0000 (10:03 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 25 Nov 2021 09:45:29 +0000 (10:45 +0100)
commit67e371ea1440c67ed84577d37566b577f7ecd336
treeff0467d7dac8c924a915b2c91e0e364e8d28ac70
parentbefab9ee4aa2dfe0405d7f1416991175be2fbe67
BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode

Since 2.5, before re-executing in wait mode, the master can have a
working configuration loaded, with a eventpoll fd. This case was not
handled correctly and a new eventpoll FD is leaking in the master at
each reload, which is inherited by the new worker.

Must be backported in 2.5.
src/haproxy.c