commit | a51885621d5bf8fa63a82e8beb8438841098251f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Mar 08 15:35:42 2019 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Fri Mar 08 16:05:31 2019 +0100 |
tree | ceff3c49246ed002d6a20af9cbf3aedd88bc7e87 | |
parent | 92fce85d032cd0a727e946c8d9ef393335def77a [diff] |
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.