mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
732f522a42
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.
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
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.
|