Avoid an instance of the bug warning in any_bridge_descriptors_known()
[tor/appveyor.git] / changes / bug22410
blob678a26dce6615d7248b4380e265c57a54ca6a35a
1   o Minor bugfixes (portability):
2     - Check at configure time whether uint8_t is unsigned char.  Lots
3       of existing code already assumes this, and there could be strict
4       aliasing issues if they aren't the same type.  Fixes #22410.