serenity/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
Cmap.cpp
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
Glyf.cpp
Glyf.h
Tables.h