Skip to content

fuzzing: fix honggfuzz build by linking libzstd#173

Merged
giuseppe merged 1 commit into
containers:mainfrom
giuseppe:fix-fuzzing
Jul 1, 2026
Merged

fuzzing: fix honggfuzz build by linking libzstd#173
giuseppe merged 1 commit into
containers:mainfrom
giuseppe:fix-fuzzing

Conversation

@giuseppe

@giuseppe giuseppe commented Jul 1, 2026

Copy link
Copy Markdown
Member

libbfd now requires libzstd, causing undefined references to ZSTD_isError, ZSTD_compress and ZSTD_decompress when building honggfuzz. Install libzstd-devel and patch the honggfuzz Makefile to add -lzstd to LDFLAGS.

libbfd now requires libzstd, causing undefined references to
ZSTD_isError, ZSTD_compress and ZSTD_decompress when building
honggfuzz.  Install libzstd-devel and patch the honggfuzz Makefile
to add -lzstd to LDFLAGS.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
@giuseppe giuseppe merged commit b465698 into containers:main Jul 1, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant