20 Sep
2025
20 Sep
'25
7:17 a.m.
FluidSynth settings table is internally a refcounted hashtable. Due to wrong glib atomic emulation, the hashtable might be leaked (if refcount != 2) or abruptly freed (if refcount == 2) due to incorrect return value from `fluid_atomic_int_exchange_and_add()`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9019