commit | 82635a0fc1d8196e5b199e2948d2bea4b1217ace | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 11 09:30:45 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 11 12:01:07 2020 +0100 |
tree | 9ebeacd2f6fb7a136978a04d57363ce5aa18021b | |
parent | c20ad0d8dbd1bb5707bbfe23632415c3062e046c [diff] |
BUG/MINOR: tools: Reject size format not starting by a digit parse_size_err() function is now more strict on the size format. The first character must be a digit. Otherwise an error is returned. Thus "size k" is now rejected. This patch must be backported to all stable versions.