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_core
reuk 0ea1af03a1
ListenerList: Fix rare use-after-free when assertions are enabled
This issue manifested on Linux when building in Debug mode. It may also
have caused issues on other platforms. When editing a slider's value
using its text box, and then pressing the enter key, the program would
crash. The issue was not present when running with address sanitizer.
Valgrind was able to find the problem.
2024-11-07 21:00:22 +00:00
..
containers ListenerList: Fix rare use-after-free when assertions are enabled 2024-11-07 21:00:22 +00:00
detail ListenerList: Replace ListenerList with LightweightListenerList in select places 2024-08-01 16:10:09 +00:00
files UnitTestRunner: Fix an overzealous test for the existence of a user directory 2024-11-05 20:50:04 +00:00
json Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00
logging Update licensing information 2024-04-16 11:39:35 +01:00
maths BigInteger: Fix implementation of exponentModulo 2024-09-30 20:37:43 +01:00
memory Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
misc Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
native File: Always interpret path as absolute in getLinkedTarget() 2024-11-07 21:00:22 +00:00
network Versioning: Add the JUCE version number to any internally created threads 2024-09-26 08:10:56 +00:00
serialisation Update licensing information 2024-04-16 11:39:35 +01:00
streams Update licensing information 2024-04-16 11:39:35 +01:00
system Compatibility: Add new macros for straightforward checking of minimum deployment target 2024-11-05 13:28:10 +00:00
text String: Fix unit test failure for random seed 0xaccaaad0444426fa 2024-10-08 17:32:42 +01:00
threads HighResolutionTimer: Add fallback implementation for Windows 2024-10-29 13:06:28 +00:00
time UnitTestRunner: Fix some tests that could fail on 32 bit systems 2024-11-05 20:50:04 +00:00
unit_tests UnitTestRunner: Move javascript tests into an independent category 2024-11-07 09:54:42 +00:00
xml WindowsDLL: Add missing JUCE_API attributes 2024-10-27 16:16:26 +00:00
zip Update licensing information 2024-04-16 11:39:35 +01:00
juce_core.cpp Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00
juce_core.h Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00
juce_core.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_core_CompilationTime.cpp Core: Move __DATE__ and __TIME__ into a dedicated TU 2024-06-07 09:23:23 +01:00