serenity/Userland
Nico Weber 54cdcd0d06 LibPDF: Reject non-hexdigits in hex string with error
...instead of VERIFY()ing input data.

I haven't seen this in the wild, but since I'm here anyways,
might as well fix this.
2023-10-25 10:44:26 +02:00
..
Applets
Applications Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
BuggieBox
Demos
DevTools
DynamicLoader DynamicLoader: Add an option to explicitly run an ELF executable binary 2023-10-16 12:09:04 +02:00
Games Minesweeper: Port to GML compilation 2023-10-24 21:47:18 +02:00
Libraries LibPDF: Reject non-hexdigits in hex string with error 2023-10-25 10:44:26 +02:00
Services LibWeb: Remove ClearRect command in RecordingPainter 2023-10-21 18:50:28 +02:00
Shell Shell: Don't try to cast NonnullRefPtrs when priting debug output 2023-10-22 02:02:35 +03:30
Utilities Fuzzers: Add WOFF2 fuzzer 2023-10-24 13:45:01 +02:00
CMakeLists.txt