commit | 6b02ab87348090efec73b1dd24f414239669f279 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 30 14:03:56 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 30 15:28:29 2019 +0200 |
tree | 219b63dbcf7eb7572ab2fd72ecdac1748285a028 | |
parent | 102854cbbaa4d22466dddec9035d411db244082f [diff] |
MINOR: config: Test validity of tune.maxaccept during the config parsing Only -1 and positive integers from 0 to INT_MAX are accepted. An error is triggered during the config parsing for any other values. This patch may be backported to all supported versions.