ladybird/Userland/Libraries/LibPDF
Nico Weber 6d47fca3bf LibPDF: Don't assert on outline destinations that use null as page
Nothing in PDF 1.7 spec 8.2.1 Destinations mentions the page being
`null`, but it happens in 0000372.pdf (for the root outline element)
and in 0000776.pdf (for every outline element, which looks like a
bug in the generator maybe) of 0000.zip from the pdfa dataset.
2023-10-27 06:38:25 -04:00
..
Fonts LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
CMakeLists.txt
ColorSpace.cpp LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
ColorSpace.h LibPDF: Sketch out DeviceN color spaces a bit 2023-10-26 11:05:00 +02:00
CommonNames.cpp
CommonNames.h LibPDF: Sketch out DeviceN color spaces a bit 2023-10-26 11:05:00 +02:00
Document.cpp LibPDF: Don't assert on outline destinations that use null as page 2023-10-27 06:38:25 -04:00
Document.h LibPDF: Extract a create_destination_from_object() function 2023-10-18 06:29:02 -04:00
DocumentParser.cpp LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
DocumentParser.h
Encoding.cpp LibPDF: Add two FIXMEs 2023-10-13 07:53:27 +02:00
Encoding.h
Encryption.cpp LibPDF: Don't crash on encrypted files with streams with filter arrays 2023-07-24 09:50:45 -04:00
Encryption.h LibPDF: Implement 7.6.4.3.3 Algorithm 2.A: Retrieve file encryption key 2023-07-21 11:55:20 +02:00
Error.h
Filter.cpp LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
Filter.h
Forward.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h LibPDF: Fix symbol for text_next_line_show_string_set_spacing operator 2023-07-22 12:25:30 -04:00
Page.cpp LibPDF: Don't accidentally form new tokens on pages with contents arrays 2023-10-23 13:23:54 -04:00
Page.h
Parser.cpp LibPDF: Don't use unsanitized values in error messages 2023-10-26 11:05:32 +02:00
Parser.h LibPDF: Make string literal parsing fallible 2023-10-25 10:44:26 +02:00
Reader.cpp
Reader.h LibPDF: Make Reader::move_by() parameter more truthful 2023-10-24 13:30:25 -04:00
Reference.h
Renderer.cpp LibPDF: Tolerate indirect objects in various image dict values 2023-10-26 10:58:45 +02:00
Renderer.h LibPDF: Make operator parsing use ReadonlySpan instead of Vector 2023-10-20 14:24:31 -04:00
Value.cpp
Value.h
XRefTable.h