1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
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
..
juce_analytics Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_audio_basics AudioSampleBuffer: Fix warning 2023-02-14 20:04:08 +00:00
juce_audio_devices BSD: Fix some compiler warnings 2023-02-14 17:00:02 +00:00
juce_audio_formats AudioFormatReaderSource: Avoid reading past the end of the wrapped AudioFormatReader 2023-01-25 17:07:25 +00:00
juce_audio_plugin_client AAX: Use unity build style for the AAX_SDK 2023-02-14 20:04:08 +00:00
juce_audio_processors VST Host: Avoid re-adding VST window to list of active windows after destruction has started 2023-02-14 22:29:01 +00:00
juce_audio_utils AudioDeviceManager: Send changeNotification when MIDI devices change 2023-01-25 17:07:24 +00:00
juce_box2d Fix GCC 12 compiler warnings 2023-01-31 12:54:56 +00:00
juce_core BSD: Fix some compiler warnings 2023-02-14 17:00:02 +00:00
juce_cryptography Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_data_structures Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_dsp Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_events WASAPI: Only send change broadcast when devices are updated 2023-01-25 17:07:24 +00:00
juce_graphics Path: Allow addPath to take a reference to self 2023-02-09 17:54:19 +00:00
juce_gui_basics UIViewComponentPeer: Call setNeedsUpdateOfSupportedInterfaceOrientations on orientation change 2023-02-14 22:29:01 +00:00
juce_gui_extra BSD: Fix some compiler warnings 2023-02-14 17:00:02 +00:00
juce_opengl BSD: Fix some compiler warnings 2023-02-14 17:00:02 +00:00
juce_osc Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_product_unlocking Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_video Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
CMakeLists.txt CMake: Avoid adding target for LV2 manifest helper unless specifically required 2022-09-12 16:14:57 +01:00