Skip to content

Drop unsigned data if bounds are not continuous.

Oleg Solovyov requested to merge osolovyov/okular:bug435260 into master

Signed bounds can be non-continuous, e.g. [0 - 23225], [31227 - 167454] We should not return bytes 23226-31226.

BUG: 435260

Merge request reports