[subset] Remove printf's from fuzzing targets.
This commit is contained in:
parent
c55aa147c3
commit
1a309dcd72
|
@ -8,7 +8,6 @@
|
|||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
{
|
||||
printf ("hb-subset-fuzzer: input size = %zu\n", size);
|
||||
hb_blob_t *blob = hb_blob_create ((const char *)data, size,
|
||||
HB_MEMORY_MODE_READONLY, NULL, NULL);
|
||||
hb_face_t *face = hb_face_create (blob, 0);
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
{
|
||||
printf ("hb-subset-get-codepoints-fuzzer: input size = %zu\n", size);
|
||||
hb_blob_t *blob = hb_blob_create ((const char *)data, size,
|
||||
HB_MEMORY_MODE_READONLY, NULL, NULL);
|
||||
hb_face_t *face = hb_face_create (blob, 0);
|
||||
|
|
Loading…
Reference in New Issue