Commits on Source (14)
-
Jan-Michael Brummer authored
Remove #ifdef and error handling Fixes: https://gitlab.freedesktop.org/poppler/poppler/-/issues/1412
e54d8611 -
Sune Vuorela authoredee2af17e
-
Thomas Freitag authored5726aff3
-
Albert Astals Cid authored4ff84027
-
Thomas Freitag authorede0148dbc
-
Ilaï Deutel authored
Attribute `keyLength` of `XRef` is not initialized on object creation, and is subsequently used, for instance in `XRef::fetch` ([poppler/XRef.cc:1214](https://gitlab.freedesktop.org/poppler/poppler/-/blob/e0148dbc/poppler/XRef.cc#L1214)). This was flagged by running `MemorySanitizer`.
-
Albert Astals Cid authoredfb198157
-
Sune Vuorela authored
This prevents crashes and collisions in the case where two poppler core libraries are in the same process. The likely case is if an application is linked to both poppler core and a stable frontend, and poppler is updated and the application is not yet recompiled against the newer poppler core, then the newer frontend pulls in newer poppler core while the application pulls in the older poppler core and that leads to crashes. In general, this can be fixed by versioning the symbols to prevent mix and match of symbols. Patch by Andreas Metzler <ametzler@bebt.de>
823de085 -
Sune Vuorela authored0e57662f
-
Ilaï Deutel authored
This error was triggered when running the page_label_fuzzer using https://github.com/mozilla/pdf.js/blob/master/test/pdfs/poppler-67295-0.pdf as an input. The fix avoids extraneous casts in Catalog.cc: - Before: - int -> double -> int - long long -> double -> int - double -> int - After: - int (no cast) - long long -> int - double -> int
-
Albert Astals Cid authoredeb3adcd8
-
Marek Kasik authored
These new members of the structure can be used to show more detailed info about who signed the document and more info about issuer of the certificate. Add PopplerCertificateInfo to PopplerSignatureInfo to be able to get certificate info of the signature.
9c98812e -
Albert Astals Cid authored9f188516
-
Albert Astals Cid authored
poppler/libpoppler.map.in
0 → 100644