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 d158ad9 commit 8207fe9Copy full SHA for 8207fe9
Modules/_xxtestfuzz/_xxtestfuzz.c
@@ -4,6 +4,7 @@
4
5
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
6
7
+
8
static PyObject* _fuzz_run(PyObject* self, PyObject* args) {
9
const char* buf;
10
Py_ssize_t size;
0 commit comments