summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar lat9nq2021-04-04 18:41:41 -0400
committerGravatar lat9nq2021-04-05 00:44:38 -0400
commita60653dcd35ac33497b7503a4437017120416c5f (patch)
treefe4ac4afa5e4305b5415b8fa032ce55bb00c7fb5 /src/video_core/gpu_thread.cpp
parentMerge pull request #6139 from Morph1984/cmake-fix-build (diff)
downloadyuzu-a60653dcd35ac33497b7503a4437017120416c5f.tar.gz
yuzu-a60653dcd35ac33497b7503a4437017120416c5f.tar.xz
yuzu-a60653dcd35ac33497b7503a4437017120416c5f.zip
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>
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions