0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs/callback
jp9000 d1f225e2e8 libobs/callback: Set default return values to 0/NULL
These functions created stack variables but never actually initialized
them.  If the calldata variable is invalid, the return values will be
the uninitialized stack value.
2015-12-15 01:11:10 -08:00
..
calldata.c libobs/calldata: Fix unaligned loads/stores 2015-05-31 04:45:54 +02:00
calldata.h libobs/callback: Set default return values to 0/NULL 2015-12-15 01:11:10 -08: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