Lagom/Fuzzers: Add TTF fuzzer

This commit is contained in:
Luke 2021-01-01 20:33:38 +00:00 committed by Andreas Kling
commit 5dfcecd244
Notes: sideshowbarker 2024-07-19 00:13:22 +09:00
5 changed files with 40 additions and 2 deletions

View file

@ -33,7 +33,6 @@
#include <LibTTF/Font.h>
#include <LibTTF/Glyf.h>
#include <LibTTF/Tables.h>
#include <bits/stdint.h>
#include <math.h>
namespace TTF {