diff --git a/daemon/remote.c b/daemon/remote.c index 1782a39ca..f4b7298cb 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -907,7 +907,7 @@ static int print_ext(RES* ssl, struct ub_stats_info* s) { int i; - char nm[16]; + char nm[32]; const sldns_rr_descriptor* desc; const sldns_lookup_table* lt; /* TYPE */ diff --git a/doc/Changelog b/doc/Changelog index 25a4322ee..7bb8e5104 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +27 February 2020: Wouter + - Fix #169: Fix warning for daemon/remote.c output may be truncated + from snprintf. + 26 February 2020: Wouter - iana portlist updated.