]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: check that tune.bufsize is always positive
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 11:49:53 +0000 (13:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 11:59:38 +0000 (13:59 +0200)
commit9b69454570f52eec12fb10a0c1012b8915ad6575
tree89da0de85d49b929d24318dd8421b4c4a1aff8ce
parenta30b5dbf855cd554b9b942dcaf4f8537afe3a8fc
BUG/MINOR: config: check that tune.bufsize is always positive

We must not accept negative values for tune.bufsize as they will only
result in crashing the process during the parsing.
src/cfgparse.c