Sanitizers caught runtime errors when reading misaligned pointers. Note that although it works in practice on x86_64, there are different platforms where reading misaligned pointers leads to problems.
Feel free to drop my fixes of the source code and come up with your own.
The test still fails due to something related to containers.
Sanitizers caught runtime errors when reading misaligned pointers. Note that although it works in practice on
x86_64
, there are different platforms where reading misaligned pointers leads to problems.Feel free to drop my fixes of the source code and come up with your own.
The test still fails due to something related to containers.