Skip to content
Snippets Groups Projects
Unverified Commit d9d0e729 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes an aliasing bug in opus_packet_pad()

Trying to add padding in-place breaks when we have extensions,
which causes a memcpy() with overlapping data. Just doing a
copy instead.
parent ecc10d83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment