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

hdf5: Use latest builder / Temp disable afl #12091

Merged
merged 1 commit into from
Jun 18, 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
3 changes: 1 addition & 2 deletions projects/hdf5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! This project was pinned after a clang bump. Please remove the pin, Try to fix any build warnings and errors, as well as runtime errors
FROM gcr.io/oss-fuzz-base/base-builder
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
Expand Down
4 changes: 4 additions & 0 deletions projects/hdf5/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ sanitizers:
- address
- undefined
- memory
fuzzing_engines:
# - afl # Temporarily disabled after a clang-18 bump, to avoid link errors "undefined reference to [...]"
- honggfuzz
- libfuzzer
Loading