Skip to content
Snippets Groups Projects
Commit bb509765 authored by Dominik Maier's avatar Dominik Maier
Browse files

added back missing memcpy to python mutators

parent 6705953a
No related branches found
No related tags found
No related merge requests found
...@@ -763,6 +763,8 @@ size_t havoc_mutation_py(void *py_mutator, u8 *buf, size_t buf_size, ...@@ -763,6 +763,8 @@ size_t havoc_mutation_py(void *py_mutator, u8 *buf, size_t buf_size,
} }
if (mutated_size) { memcpy(*out_buf, bytes, mutated_size); }
Py_DECREF(py_value); Py_DECREF(py_value);
return mutated_size; return mutated_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment