Open
Bug 1832809
Opened 3 years ago
Handle exceptions when reading data from a stream
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | affected |
People
(Reporter: calixte, Unassigned)
Details
If the inputStream:
https://searchfox.org/mozilla-central/rev/815764d6f304cd69b60075e83b06320464a66223/toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs#1028-1038
has some errors, then:
https://searchfox.org/mozilla-central/rev/815764d6f304cd69b60075e83b06320464a66223/toolkit/components/pdfjs/content/PdfStreamConverter.sys.mjs#1036
will throw
We must take of handling correctly the different errors.
You need to log in
before you can comment on or make changes to this bug.
Description
•