]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: listeners: Don't call fd_stop_recv() if fd_updt is NULL.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 8 Mar 2019 14:35:42 +0000 (15:35 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 8 Mar 2019 15:05:31 +0000 (16:05 +0100)
commita51885621d5bf8fa63a82e8beb8438841098251f
treeceff3c49246ed002d6a20af9cbf3aedd88bc7e87
parent92fce85d032cd0a727e946c8d9ef393335def77a
BUG/MEDIUM: listeners: Don't call fd_stop_recv() if fd_updt is NULL.

In do_unbind_listener, don't bother calling fd_stop_recv() if fd_updt is
NULL. It means it has already been free'd, and it would crash.
src/listener.c