mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
The compiler is allowed to assume that a "uint64_t *" is aligned correctly, and will inline a version of memcpy that acts as such. Use "uint8_t *", so the compiler does the right thing.
4 lines
206 B
Text
4 lines
206 B
Text
o Minor bugfixes (portability):
|
|
- Use the correct datatype in the SipHash-2-4 function to prevent compilers
|
|
from assuming any sort of alignment. Fixes bug 15436; bugfix on
|
|
0.2.5.3-alpha.
|