1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00
serenity/Userland
Luke 3e723ec177 LibTTF: Check if the given offset plus offset table size would overflow
If it does overflow, it would think there was enough data to read in
table information, when there isn't. This would cause read buffer
overflows when reading in the table information.

Found by: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29338&sort=-opened&can=1&q=proj%3Aserenity
2021-02-08 18:01:41 +01:00
..
Applications Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
DynamicLoader DynamicLoader: Remove unnecessary math functions 2021-02-07 14:21:53 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibTTF: Check if the given offset plus offset table size would overflow 2021-02-08 18:01:41 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: Don't close menu when clicking on item with submenu (#5239) 2021-02-07 12:28:42 +01:00
Shell Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Tests Kernel: Use the resolved parent path when testing create veil (#5231) 2021-02-06 19:11:44 +01:00
Utilities LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp 2021-02-07 14:40:36 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00