Skip to content

Files

Latest commit

2477f73 · Feb 10, 2024

History

History

fuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
Feb 10, 2024
Jun 27, 2021
Feb 10, 2024
libFuzzer instructions for libxml2
==================================

Set compiler and options:

    export CC=clang
    export CFLAGS="-g -fsanitize=fuzzer-no-link,address,undefined \
        -fno-sanitize-recover=all \
        -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION"

Build libxml2 with instrumentation:

    ./configure --without-python
    make

Run fuzzers:

    make -C fuzz fuzz-xml