From: Jan-Piet Mens Date: Tue, 25 Aug 2015 14:58:34 +0000 (+0200) Subject: Patch for ldns-keyfetcher X-Git-Tag: release-1.7.0-rc1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84901454d777c712a8d01e24351a1bafa089ea5;p=thirdparty%2Fldns.git Patch for ldns-keyfetcher Hello, There's a very nasty bug in ldns-keyfetcher which prevents things like ldns-keyfetcher ... | wc -l from working properly. I discovered this very nasty bug ages ago, but only recently was I able to finally get around to producing this (cough) Jumbo Patch for it. It's been running in production for several hours now without any visible negative impact. As I'm not quite sure whether this list supports huge attachments, I'm adding the patch inline: please excuse the wasted bandwidth. Best regards ;-) -JP --- diff --git a/examples/ldns-keyfetcher.c b/examples/ldns-keyfetcher.c index 48e1683b..17e195b2 100644 --- a/examples/ldns-keyfetcher.c +++ b/examples/ldns-keyfetcher.c @@ -725,7 +725,6 @@ main(int argc, char *argv[]) fprintf(stderr, "no answer packet received, stub resolver config:\n"); ldns_resolver_print(stderr, res); } - printf("\n"); ldns_rdf_deep_free(domain); ldns_resolver_deep_free(res);