Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hdf5): remove options and run h5_read_fuzzer #12426

Merged
merged 5 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/hdf5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config cmake zlib1g-dev
RUN git clone --depth 1 https://github.com/HDFGroup/hdf5
WORKDIR hdf5
COPY build.sh *.c *.options $SRC/
COPY build.sh *.c $SRC/
1 change: 0 additions & 1 deletion projects/hdf5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ $CC $CFLAGS -std=c99 -c \
$SRC/h5_read_fuzzer.c
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE h5_read_fuzzer.o ./build-dir/bin/libhdf5.a -lz -o $OUT/h5_read_fuzzer


$CC $CFLAGS -std=c99 -c \
-I/src/hdf5/src -I/src/hdf5/build-dir/src -I./src/H5FDsubfiling/ \
$SRC/h5_extended_fuzzer.c
Expand Down
1 change: 1 addition & 0 deletions projects/hdf5/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vendor_ccs:
- "[email protected]"
- "[email protected]"
- "[email protected]"
- "[email protected]"
sanitizers:
- address
- undefined
Expand Down