Merge remote-tracking branch 'argonblue/bug22410'

This commit is contained in:
Nick Mathewson
2017-06-19 15:30:23 -04:00
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -0,0 +1,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.