mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #169: Fix warning for daemon/remote.c output may be truncated
from snprintf.
This commit is contained in:
parent
f469049198
commit
348e246b66
2 changed files with 5 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ static int
|
||||||
print_ext(RES* ssl, struct ub_stats_info* s)
|
print_ext(RES* ssl, struct ub_stats_info* s)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char nm[16];
|
char nm[32];
|
||||||
const sldns_rr_descriptor* desc;
|
const sldns_rr_descriptor* desc;
|
||||||
const sldns_lookup_table* lt;
|
const sldns_lookup_table* lt;
|
||||||
/* TYPE */
|
/* TYPE */
|
||||||
|
|
|
||||||
|
|
@ -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
|
26 February 2020: Wouter
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue