We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d2cb5 commit e317c7eCopy full SHA for e317c7e
compiler-rt/test/fuzzer/CrossOverTest.cpp
@@ -47,7 +47,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
47
*NullPtr = 0;
48
// It's UB to read *Data when Size == 0
49
if (Size == 0)
50
- return;
+ return 0;
51
if (*Data == 'A')
52
Sink++;
53
if (*Data == 'Z')
0 commit comments