1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_processors
reuk d4dd149b64 VST Host: Avoid re-adding VST window to list of active windows after destruction has started
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.
2023-02-14 22:29:01 +00:00
..
format Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
format_types VST Host: Avoid re-adding VST window to list of active windows after destruction has started 2023-02-14 22:29:01 +00:00
processors GenericAudioProcessorEditor: Fix issue where the ChoiceParameterComponent would re-set the parameter value in response to a parameter value change 2023-01-27 22:29:08 +00:00
scanning FileSearchPath: Allow working with paths that are not necessarily absolute 2023-02-01 23:05:51 +00:00
utilities PluginHostType: Add checks for auvaltool and com.apple.audio.InfoHelper 2022-12-01 11:41:51 +00:00
juce_audio_processors.cpp BSD: Fix some compiler warnings 2023-02-14 17:00:02 +00:00
juce_audio_processors.h Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_audio_processors.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_audio_processors_ara.cpp ARA: Fix ARA debug configuration 2022-08-15 12:07:40 +02:00
juce_audio_processors_lv2_libs.cpp Android/iOS: Avoid building LV2 2022-07-07 09:15:30 +01:00