summaryrefslogtreecommitdiff
path: root/changes/bug22410
AgeCommit message (Collapse)Author
2017-06-19Ensure that uint8_t is unsigned charTaylor Yu
Many places in our code assume that uint8_t is the same type as unsigned char. Test this assumption in the configure script. This is important because of the privileged aliasing properties of character types in C. Fixes #22410.