fix a check
This commit is contained in:
parent
4fe066aa90
commit
31933ebfa1
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ pvr_proc_tsb(pvr_rec_t *pvrr, struct ts_pid_head *pidlist, pvr_data_t *pd,
|
|||
|
||||
len = 188 - 4 - adaptation_field_length;
|
||||
|
||||
if(len < 1)
|
||||
if(len < 0)
|
||||
return 0;
|
||||
|
||||
if(tsb[1] & 0x40) {
|
||||
|
|
Loading…
Add table
Reference in a new issue