mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
o Minor features (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. Closes ticket 22410.
|