[PATCH 10/10] [RFC] Fuzzing harness
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Fri Jun 30 13:36:23 AEST 2017
On 28/06/17 17:48, Daniel Axtens wrote:
> diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
> index ff05707a6049..266603e3bdcf 100644
> --- a/tools/docker/Dockerfile
> +++ b/tools/docker/Dockerfile
> @@ -48,6 +48,8 @@ RUN cat /tmp/bashrc >> /home/patchwork/.bashrc
>
> COPY tools/docker/entrypoint.sh /usr/local/bin/entrypoint.sh
>
> +RUN apt-get install -y cython cython3; pip3 install python-afl; pip install python-afl
> +
Do you need afl-fuzz itself as well?
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com IBM Australia Limited
More information about the Patchwork
mailing list