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
In Xcode, you can enable a Thread Sanitizer by selecting it in Scheme->Edit Scheme, for the testposition running option. I created the Xcode project by using it's generator from CMake. I am using the prebuilt SDL2 framework from SDL releases.
In Xcode, you can enable a Thread Sanitizer by selecting it in Scheme->Edit Scheme, for the testposition running option. I created the Xcode project by using it's generator from CMake. I am using the prebuilt SDL2 framework from SDL releases.
I am using the
CantinaBand60.wav
file for testing.Anyhow it reports a read of size 1 here
mojoAL/mojoal.c
Line 1939 in 1adfdf5
While there is a write of size 1 here
mojoAL/mojoal.c
Line 3734 in 1adfdf5
This appears fine.
I don't know how much of a real issue this is as the test appears to work correctly. Still decided to report just in case.
The text was updated successfully, but these errors were encountered: