Mercurial > dnsbl
diff src/scanner.cpp @ 467:f5b394bec28c
allow checking names without A records on uribl lists; improve extraction of fake TLDs from our RPZ zone
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 16 Dec 2020 10:25:37 -0800 |
parents | 1686cb639269 |
children | 5209e92b4885 |
line wrap: on
line diff
--- a/src/scanner.cpp Thu Apr 25 09:47:36 2019 -0700 +++ b/src/scanner.cpp Wed Dec 16 10:25:37 2020 -0800 @@ -1281,7 +1281,7 @@ void fsa::push(u_char *buf, int len) { if (debug_syslog > 10) { - char msg[200], mbuf[200]; + char msg[400], mbuf[200]; int n = sizeof(mbuf) - 1; if (len < n) n = len; memcpy(mbuf, buf, n);