commit | 0c6d1dcf7d45f71361cf10e7e9efe1d6a0a6a994 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 12 16:56:37 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 12 21:33:43 2021 +0200 |
tree | 3818794cdf05b95352399a4e0c6e07193a543f14 | |
parent | 2e848a9b75df0d1e7f3b4423fad6d6a478c4039c [diff] |
BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf Allocation error are now handled in bind_conf_alloc() functions. Thus callers, when not already done, are also updated to catch NULL return value. This patch may be backported (at least partially) to all stable versions. However, it only fix errors durung configuration parsing. Thus it is not mandatory.