Commit a60653dc authored by lat9nq's avatar lat9nq
Browse files

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: default avatarLC <mathew1800@gmail.com>
parent 69b2dbdf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment