On 29.12.18 12:36, Nikos Mavrogiannopoulos wrote:
For x86 builds the new image uses debian because it has a simpler and has a reproducible way to generate it. The x86 fedora image will remain though.
With the current nettle master oss fuzz still fails to compile (does link statically) due to cnd_memcpy not found:
https://oss-fuzz-build-logs.storage.googleapis.com/log-8fca2d38-422a-47bf-84...
I had the same problem with wget and wget2. Fixed it by changing -lnettle -lhogweed` to `-lhogweed -lnettle`. The current clang linker on oss-fuzz changed the way it works, at least for static linking.
Regards, Tim