commit | ad6c2eac28ed96ec8e8c90bd5ce68794ea6bf000 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 10 10:01:26 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 10 10:29:54 2019 +0200 |
tree | a46cb2e2c82f830ca30ca6a53a5e93d0713be97d | |
parent | 6c00eba63bc9a5f4009b88deb49692dc036b85e3 [diff] |
BUG/MINOR: listener: Fix a possible null pointer dereference It seems to be possible to have no frontend for a listener. A test was missing before dereferencing it at the end of the function listener_accept(). This patch fixes the issue #264. It must be backported to 2.0 and 1.9.