- Fix #169: Fix warning for daemon/remote.c output may be truncated

from snprintf.
This commit is contained in:
W.C.A. Wijngaards 2020-02-27 15:08:10 +01:00
parent f469049198
commit 348e246b66
2 changed files with 5 additions and 1 deletions

View file

@ -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 */

View file

@ -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.