epgcache: Import EPG values without Python range checks

Status
Not open for further replies.

GitHub

Moderator
epgcache: Import EPG values without Python range checks

Invalid values can lead to issues when Python performs range checks.
Instead use behaviour similar to C casts by using the bit values that fit
the target type, discarding any out of range bits.

Continue reading...
 
Status
Not open for further replies.
Back
Top