]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: Check buffer pool creation for failures
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 30 Jan 2026 10:10:12 +0000 (11:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:20 +0000 (13:26 +0100)
commit9ad9def1265c50c3a1ec8270a2c10451f38dd2c7
treeac1641d5512bb438e413c70ad0d3498c227343d3
parentfae478dae56b193a5aef2e0964501f64697ba11d
BUG/MINOR: config: Check buffer pool creation for failures

The call to init_buffer() during the worker startup may fail. In that case,
an error message is displayed but the error was not properly handled. So
let's add the proper check and exit on error.
src/haproxy.c