oss-fuzz/projects/unbound
Jacob Hoffman-Andrews 63b40ccb6c Fix unbound compile reallocarray failure. (#2393)
This fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14648
Caused by reallocarray test succeeding in the docker image used by the
build worker.  But the build.sh script assumes reallocarray is not
available and attempts to link in reallocarray.o replacement code, that
is not there, because the build image support linking with reallocarray.
This can be seen in the script lines in log above where ./configure
detects that that works.  But this does not link if the instructions
are followed to reproduce the build, that docker image has no
reallocarray.  The fix is to fetch the correct list of replaced
functions so that the build can succeed regardless of the version of
the base system that is used.
2019-05-09 15:43:53 -07:00
..
Dockerfile
build.sh Fix unbound compile reallocarray failure. (#2393) 2019-05-09 15:43:53 -07:00
parse_packet_fuzzer.c
project.yaml