Files
ladybird/Userland/Libraries/LibPDF/Reader.cpp
Julian Offenhäuser 1f27c47973 LibPDF: Check for end of stream in Reader::matches_regular_character()
The way this was set up before, this function would return "true" if
the underlying stream had ended, which would cause us to try to read
past the end in some edge cases.
2023-02-12 10:55:37 +00:00

1.4 KiB