obs-studio/libobs/callback
Richard Stanway 90a45a0ca0 libobs: Don't call signal handlers that got removed
It's possible for one signal handler to disconnect another during signal_handler_signal, which could result in crashes when the disconnected signal handler is called with a potentially freed data pointer due to other cleanup.
2015-10-13 01:08:51 +02:00
..
calldata.c libobs/calldata: Fix unaligned loads/stores 2015-05-31 04:45:54 +02:00
calldata.h libobs/calldata: Fix unaligned loads/stores 2015-05-31 04:45:54 +02:00
decl.c Check for duplicate names (function parser) 2014-03-02 19:44:22 -07:00
decl.h Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
proc.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
proc.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
signal.c libobs: Don't call signal handlers that got removed 2015-10-13 01:08:51 +02:00
signal.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00