We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We currently copy a byte at a time when reading from an input from LibFuzzer. We should optimise for the byte aligned case by using memcpy().
memcpy()
Activity