fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
81 stars 11 forks source link

Add GitHub action and fix misaligned pointers #75

Closed mkoncek closed 1 day ago

mkoncek commented 2 days ago

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.

fmang commented 1 day ago

This looks good to me. Thank you.