Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bounds check issue in PDF parser
The bytes_remaining variable may be set negative by mistake, when really we just want to decrement it. This issue may result in a 1-byte over read but does not cause any crash. We determined that this issue is not a vulnerability. Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58475
- Loading branch information