aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22410
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug22410')
-rw-r--r--changes/bug224104
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22410 b/changes/bug22410
new file mode 100644
index 0000000000..678a26dce6
--- /dev/null
+++ b/changes/bug22410
@@ -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.