Skip to content

Commit

Permalink
fix: neato, fuzzing caught a real bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Sep 19, 2024
1 parent 7a654ef commit 05b7e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfminer/psparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def _parse_hexstring(self) -> bytes:
)
STRLEXER = re.compile(
rb"""(?:
(?P<octal> \\\d{1,3})
(?P<octal> \\[0-7]{1,3})
| (?P<linebreak> \\(?:\r\n?|\n))
| (?P<escape> \\.)
| (?P<parenleft> \()
Expand Down

0 comments on commit 05b7e66

Please sign in to comment.