mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-23 05:23:27 +02:00
In _getsocks() functuoin, when we failed to set the unix socket in non-blocking mode, a goto to "out" label led to loop infinitly. To fix the issue, we must only let the function exit. This patch should be backported to all stable versions.