mkv: avoid potential NULL memory comparison
memcmp(NULL, b, 0) and memcpy(a, NULL, 0) are undefined in ISO C.
Loading
Please register or sign in to comment
memcmp(NULL, b, 0) and memcpy(a, NULL, 0) are undefined in ISO C.
VideoLAN code repository instance