commit | 1d93217a057cb202a49b0fae2ebcffc32495fbe6 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Jul 06 14:30:23 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jul 06 14:40:11 2022 +0200 |
tree | fdfbf71f83d44aa34ec54b0295a83c964e74a1fe | |
parent | ad92fdf1968ab231cac5eb1c81420568da413cec [diff] |
BUG/MINOR: peers: fix possible NULL dereferences at config parsing Patch 49f6f4b ("BUG/MEDIUM: peers: fix segfault using multiple bind on peers sections") introduced possible NULL dereferences when parsing the peers configuration. Fix the issue by checking the return value of bind_conf_uniq_alloc(). This patch should be backported as far as 2.0.