提交 8790b274 编写于 作者: B Behdad Esfahbod

[fuzzing] Fix test

上级 3af0a7ed
......@@ -33,10 +33,10 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
hb_buffer_guess_segment_properties (buffer);
hb_shape (font, buffer, NULL, 0);
hb_buffer_destroy (buffer);
}
/* Misc calls on face. */
test_face (face, text32[15]);
/* Misc calls on face. */
test_face (face, text32[15]);
}
hb_font_destroy (font);
hb_face_destroy (face);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册