commit | 6b4a39adc4f9f21dec00a118128f179ade698b17 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 02 17:46:24 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 02 17:46:24 2019 +0100 |
tree | 7575e398b14585b6e8c5b22a91c969d1fdae78b5 | |
parent | bbcf2b9e0d17d83609ac529a21a258d2f2ea7bb8 [diff] |
BUG/MINOR: config: fix bind line thread mask validation When no nbproc is specified, a computation leads to reading bind_thread[-1] before checking if the thread mask is valid for a bind conf. It may either report a false warning and compute a wrong mask, or miss some incorrect configs. This must be backported to 1.9 and possibly 1.8.