Closed arvid-norlander closed 8 months ago
This fixes #237 (unaligned reads and writes of checksum).
See the issue for more details on the problem. The fix is simple, use memcpy instead of assignment, which is safe even if unaligned.
This fixes #237 (unaligned reads and writes of checksum).
See the issue for more details on the problem. The fix is simple, use memcpy instead of assignment, which is safe even if unaligned.