commit | 6a0dd733906611dea958cf74b9f51bb16028ae20 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Jan 18 01:32:49 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 22 07:28:39 2020 +0100 |
tree | 62729678f540deddf3ae3c4deae1f57bb884a2f7 | |
parent | 13a9232ebc63fdf357ffcf4fa7a1a5e77a1eac2b [diff] |
CLEANUP: Consistently `unsigned int` for bitfields Signed bitfields of size `1` hold the values `0` and `-1`, but are usually assigned `1`, possibly leading to subtle bugs when the value is explicitely compared against `1`.