mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 08:43:57 +00:00
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> |
||
|---|---|---|
| .. | ||
| codec.cpp | ||
| codec.h | ||
| h264.cpp | ||
| h264.h | ||
| vp9.cpp | ||
| vp9.h | ||
| vp9_types.h | ||