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
This code seems to write a zero outside of the allocated memory for the voice group when on the last index.
A possible solution here would be to overallocate one more element for voice groups:
Another interesting write occurs when trimming a group, which can possibly erase the last voice in a group.
Not sure of a solution on this one. Maybe just removing it would be enough:
This code seems to write a zero outside of the allocated memory for the voice group when on the last index.
A possible solution here would be to overallocate one more element for voice groups:
soloud/src/core/soloud_core_voicegroup.cpp
Line 139 in 1157475
Another interesting write occurs when trimming a group, which can possibly erase the last voice in a group.
Not sure of a solution on this one. Maybe just removing it would be enough:
soloud/src/core/soloud_core_voicegroup.cpp
Line 236 in 1157475
The text was updated successfully, but these errors were encountered: