You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/space/mc/sqlite3/sqlite3.c:280144:16: runtime error: load of misaligned address 0x53100005184c for type 'uint64_t', which requires 8 byte alignment
The alignment error is reported ~16 times for ~3 different addresses
For the implementation of the Ascon algorithms I use mostly the code from the Ascon repository. I just checked the repository and found out that the alignment issue was addressed in April 2024.
- #158: add check to verify compatibility of source and target database in backup operation
- #160: fix accessing memory out of array bounds
- #162: fix loading/storing misaligned data
Use a sanitizer.
Results
The alignment error is reported ~16 times for ~3 different addresses
The text was updated successfully, but these errors were encountered: