angstsmurf / spatterlight

Updated fork of Spatterlight
GNU General Public License v3.0
105 stars 5 forks source link

Misaligned address warnings #52

Closed angstsmurf closed 1 year ago

angstsmurf commented 2 years ago

The undefined behavior sanitizer gives many warnings of load of misaligned address and member access within misaligned address in GlkController.m.

I don't know how to fix these.

angstsmurf commented 1 year ago

Closing this as the warnings don't seem to appear anymore. Perhaps they were only showing when the undefined behavior sanitizer was confused due to other bugs.