Sorry, cannot reproduce here.

If you can reproduce in a docker image, just pass me the Dockerfile.

I attach my currently used Dockerfile, if that is of any help.

Regards, Tim

On 03.04.20 00:01, Jeffrey Walton wrote:
> Hi Everyone/Tim,
> 
> I'm building Wget2 master on Fedora 31. The fuzzer tickled a self test 
> failure:
> 
> PASS: libwget_xml_parse_buffer_fuzzer
> ../build-aux/test-driver: line 107: 246733 Segmentation fault
> (core dumped) "$@" > $log_file 2>&1
> FAIL: wget_options_fuzzer
> 
> Attached are config.log and test-suite.log.
> 
FROM fedora:latest

LABEL maintainer "Tim Rühsen <[email protected]>"

WORKDIR /usr/local

RUN dnf update -y
RUN dnf install -y --allowerasing \
        git \
        make \
        gcc \
        coreutils \
        autoconf \
        autoconf-archive \
        libtool \
        gettext-devel \
        automake \
        autogen \
        python \
        valgrind \
        libunistring-devel \
        flex \
        diffutils \
        gnutls-devel \
        libpsl-devel \
        libnghttp2-devel \
        zlib-devel \
        libidn2-devel \
        bzip2-devel \
        xz-devel \
        libmicrohttpd-devel \
        gperf \
        lzip \
        rsync \
        pandoc \
        texinfo \
        perl-IO-Socket-SSL \
        perl-HTTP-Daemon \
        gpgme-devel \
        ccache \
        which \
        wget

RUN git clone https://gitlab.com/gnuwget/gnulib-mirror.git gnulib
ENV GNULIB_SRCDIR /usr/local/gnulib

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to