Merge "Fix crash when mkvparser returns a NULL BlockEntry."
This commit is contained in:
commit
99211b0263
@ -164,7 +164,7 @@ int webm_read_frame(struct WebmInputContext *webm_ctx,
|
|||||||
}
|
}
|
||||||
get_new_block = true;
|
get_new_block = true;
|
||||||
}
|
}
|
||||||
if (status) {
|
if (status || block_entry == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (get_new_block) {
|
if (get_new_block) {
|
||||||
|
Loading…
Reference in New Issue
Block a user