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
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory belongs to the code that operates on the new pointer.
Learn more on MITRE.
Impact
A use after free violation was discovered in fluidsynth, that can be triggered when loading an invalid SoundFont file.
Patches
Upgrade to fluidsynth 2.1.8 or later
Workarounds
None
References
#808