mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
On Windows, broughtToFront may be called during the destructor of VSTPluginHost, adding the window back into activeVSTWindows, leading to a heap-use-after-free in vstHookWndProc. This change means that broughtToFront will only reorder activeVSTWindows; it will never add a window that's not already in the list. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||
| juce_audio_processors_ara.cpp | ||
| juce_audio_processors_lv2_libs.cpp | ||