0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/deps
Richard Stanway bebaeaeaa9
libff: Fix heap corruption caused by unnecessary av_dup_packet call
There's no need to duplicate the packet as the reference count will be 1
after the av_read_frame call. Duplicating causes heap corruption when a
synthetic clock packet is duplicated and assigned the buffer from the
stack-based temporary packet which is then double-freed by the decoder
thread.
2016-04-20 03:05:04 +02:00
..
file-updater deps/file-updater: Fix warning 2015-08-21 18:37:11 -07:00
glad deps/glad: Add support for glSwapIntervalMESA 2016-01-25 17:29:09 -08: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 libff: Fix heap corruption caused by unnecessary av_dup_packet call 2016-04-20 03:05:04 +02:00
w32-pthreads deps-w32-pthreads: Update FSF address 2015-07-11 09:10:27 -07:00
CMakeLists.txt deps/file-updater: Add file updater util. lib 2015-08-19 15:48:04 -07:00