kc3-lang/libevent/test/regress_finalize.c

Branch :


Log

Author Commit Date CI Message
2bdf1737 2024-04-10 16:18:27 Fix potential Null pointer dereference in regress_finalize.c
445027a5 2019-08-22 16:36:12 Fix memory corruption in EV_CLOSURE_EVENT_FINALIZE with debug enabled Call event_debug_note_teardown_ before evcb_evfinalize to avoid possible UAF (if finalizer free's event).
b6f15cce 2014-03-12 18:19:07 Add missing include to regress_finalize.h
82b6956c 2013-08-06 19:39:35 Finalize tests: add a missing check
b48c7bf8 2013-04-30 14:40:50 Make regress_finalize work with malloc replacement disabled
25aac697 2013-04-26 12:00:17 Remove a no-longer-true XXXX comment.
8eedeabe 2013-03-28 14:13:19 Implement event_finalize() and related functions to avoid certain deadlocks