ladybird/Userland/Libraries/LibTTF
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
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Cmap.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Cmap.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Font.cpp LibTTF: Check if the given offset plus offset table size would overflow 2021-02-08 18:01:41 +01:00
Font.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Glyf.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Glyf.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Tables.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00