Skip to content
Snippets Groups Projects
Commit 9fea6f98 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

mkv: avoid potential NULL memory comparison

memcmp(NULL, b, 0) and memcpy(a, NULL, 0) are undefined in ISO C.
parent a1c81a10
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