test/regress_finalize.c


Log

Author Commit Date CI Message
Jan Kasiak 445027a5 2019-08-22T16: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).
Nick Mathewson b6f15cce 2014-03-12T18:19:07 Add missing include to regress_finalize.h
Nick Mathewson 82b6956c 2013-08-06T19:39:35 Finalize tests: add a missing check
Nick Mathewson b48c7bf8 2013-04-30T14:40:50 Make regress_finalize work with malloc replacement disabled
Nick Mathewson 25aac697 2013-04-26T12:00:17 Remove a no-longer-true XXXX comment.
Nick Mathewson 8eedeabe 2013-03-28T14:13:19 Implement event_finalize() and related functions to avoid certain deadlocks