0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/deps
Christoph Hohmann e96c7c86b6 deps-libff: Fix stack corruption
ff_clock_init expects a parameter with a pointer where it stores the
address of the newly allocated ff_clock, but ff_demuxer_reset does not
provide this parameter. That somehow writes the pointer to the ff_clock
into the packet->base->buf field on the stack of the ff_demuxer_reset
function. This later causes a segmentation fault when the packet is freed.

Closes jp9000/obs-studio#448
2015-07-07 15:23:23 -07:00
..
glad deps-glad: Only link to libdl on Linux 2015-05-03 14:38:24 +02:00
ipc-util ipc-util: Fix access rights issue with IPC pipe 2015-07-05 15:17:08 -07:00
jansson Merge pull request #424 from fryshorts/bsd-build-fixes 2015-05-05 04:46:16 -07:00
libff deps-libff: Fix stack corruption 2015-07-07 15:23:23 -07:00
w32-pthreads w32-pthreads: Fix build errors with VS2015 2015-05-04 19:33:54 +03:00
CMakeLists.txt deps-libff: Add libff library to deps 2015-03-09 21:22:32 -05:00