-
- Downloads
"README.md" did not exist on "948180e7b1dbfc201efb48097fc12930fd0a1e1c"
qpeg: avoid pointless invalid memcpy()
If refdata was NULL, the memcpy() ended up copying the same memory
block onto itself, which is not only pointless, but also undefined
behavior.
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Loading
Please register or sign in to comment