diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-19 15:30:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-19 15:30:23 -0400 |
commit | c2e546aa23fd0de4bb75b909a5693fdd3bcbbb8d (patch) | |
tree | 1bafdd5b1f6d166bd888d2b07c119a4ef66d7936 /changes | |
parent | e01e4e0146a4618678b5ec8003e0f8a798b592e7 (diff) | |
parent | 027614c263b4a1ae6f74e3470723f97331af8baa (diff) | |
download | tor-c2e546aa23fd0de4bb75b909a5693fdd3bcbbb8d.tar.gz tor-c2e546aa23fd0de4bb75b909a5693fdd3bcbbb8d.zip |
Merge remote-tracking branch 'argonblue/bug22410'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22410 | 4 |
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. |