Skip to content

Commit 6cd826b

Browse files
committed
fuzz only PR
1 parent 49fd0fa commit 6cd826b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_xxtestfuzz/_xxtestfuzz.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
66

7+
78
static PyObject* _fuzz_run(PyObject* self, PyObject* args) {
89
const char* buf;
910
Py_ssize_t size;

0 commit comments

Comments
 (0)