diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-04 18:41:41 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-05 00:44:38 -0400 |
commit | a60653dcd35ac33497b7503a4437017120416c5f (patch) | |
tree | fe4ac4afa5e4305b5415b8fa032ce55bb00c7fb5 /src/yuzu/configuration/configure_cpu_debug.cpp | |
parent | 69b2dbdffd68d232d37a7c30a8ca01aee4f0b7c7 (diff) |
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/yuzu/configuration/configure_cpu_debug.cpp')
0 files changed, 0 insertions, 0 deletions