Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-18 11:30:24 +08:00
parent 722b73dc8d
commit 15e8d30aa7
@@ -61,7 +61,7 @@ namespace OHOS {
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
{
if (size < OHOS::THRESHOLD) {
return -1;
return 0;
}
/* Run your code on data */
OHOS::FuzzInputClientStub(data, size);