yuzu/src/video_core/command_classes
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
..
codecs vp9: Avoid memcpy with null pointers 2021-04-05 00:44:38 -04:00
host1x.cpp fix for nvdec disabled, cleanup host1x 2021-01-07 14:33:45 -05:00
host1x.h fix for nvdec disabled, cleanup host1x 2021-01-07 14:33:45 -05:00
nvdec.cpp streamline cdma_pusher/command_classes 2021-02-13 13:07:53 -05:00
nvdec.h streamline cdma_pusher/command_classes 2021-02-13 13:07:53 -05:00
nvdec_common.h video_core: NVDEC Implementation 2020-10-26 23:07:36 -04:00
sync_manager.cpp remove inaccurate reference 2021-01-07 14:33:45 -05:00
sync_manager.h sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
vic.cpp rebase, fix name shadowing, more const 2021-02-13 13:07:56 -05:00
vic.h streamline cdma_pusher/command_classes 2021-02-13 13:07:53 -05:00