Skip to content

Conversation

rohanpadhye
Copy link
Contributor

When building libarchive, I needed to link libraries LZ4 and LZO. If not, I would get undefined references to functions such as LZ4_decompress_safe and lzo1x_decompress_safe from the final fuzz target.

Either these libraries need to be linked in (using the patch in this PR), or else libarchive needs to be configured to disable these formats.

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