Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[read-fonts] Fix possible crash in PackedPointNumbersIter
This would only be encountered if the user manually tried to iterate packed points with a single 0x0 byte (signifying that there are points for all deltas) and did not also know how many points there were; but there's no reason not to be more careful here and at least stop iterating after u16::MAX items.
- Loading branch information