aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22410
blob: 678a26dce6615d7248b4380e265c57a54ca6a35a (plain)
1
2
3
4
  o Minor bugfixes (portability):
    - Check at configure time whether uint8_t is unsigned char.  Lots
      of existing code already assumes this, and there could be strict
      aliasing issues if they aren't the same type.  Fixes #22410.