Skip to content

Fix length of content identifier. Parsed CRID values were one byte short.

David Matthews requested to merge dcjm/libdvbpsi:master into master

The CRIDs returned by this descriptor parser were missing the last byte. This patch fixes that. The value of i is always >= len as a result of the loop.

Merge request reports