UntilPageHeaderReader may capture a position where it's not actually a beginning of a page #15
Open
Description
Although extremely rare, the OggS
magic pattern may occur in the places where a page does not start. Current UntilPageHeaderReader
does not check for the integrity it captured, so it may capture a wrong page span and then return false HashMismatch
error.
I have an idea of fixing this issue and currently working on it. It will require a large refactoring, and possibly cause breaking changes.
Metadata
Assignees
Labels
No labels