13-unit-tests-base.o: In function `test_base64_encode':
/home/travis/build/noloader/ldns/test/13-unit-tests-base.cYieJC/./13-unit-tests-base.c:26: undefined reference to `rpl_malloc'
13-unit-tests-base.o: In function `test_base64_decode':
/home/travis/build/noloader/ldns/test/13-unit-tests-base.cYieJC/./13-unit-tests-base.c:68: undefined reference to `rpl_malloc'
13-unit-tests-base.o: In function `test_base32_encode':
/home/travis/build/noloader/ldns/test/13-unit-tests-base.cYieJC/./13-unit-tests-base.c:118: undefined reference to `rpl_malloc'
/home/travis/build/noloader/ldns/test/13-unit-tests-base.cYieJC/./13-unit-tests-base.c:118: undefined reference to `rpl_malloc'
The other failure - the memory leaks in ldns_rr_new and ldns_rdf_new_frm_data - are still present. Another PR will fix them.
This PR fixes one of the Asan test failures.
The Asan test for this PR is:
The other failure - the memory leaks in
ldns_rr_new
andldns_rdf_new_frm_data
- are still present. Another PR will fix them.