3
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/command_classes/codecs
lat9nq a60653dcd3 vp9: Avoid memcpy with null pointers
Avoid sending null pointer to memcpy as reported by Undefined Behaviour
Sanitizer. Replaces the std::memcpy calls in SpliceVectors with
std::copy calls. Opting to replace all the memcpy's with copy's.

Co-authored-by: LC <mathew1800@gmail.com>
2021-04-05 00:44:38 -04:00
..
codec.cpp nvdec cleanup 2021-02-13 13:07:31 -05:00
codec.h Merge pull request #5002 from ameerj/nvdec-frameskip 2020-12-02 15:55:15 -08:00
h264.cpp common/bit_util: Replace CLZ/CTZ operations with standardized ones 2021-01-15 02:15:32 -05:00
h264.h Queue decoded frames, cleanup decoders 2020-11-25 17:10:44 -05:00
vp9.cpp vp9: Avoid memcpy with null pointers 2021-04-05 00:44:38 -04:00
vp9.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
vp9_types.h Address PR feedback 2020-11-26 00:18:26 -05:00