2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4238. [bug] Don't send to servers on net zero (0.0.0.0/8).

[RT #40947]
This commit is contained in:
Mark Andrews
2015-10-16 08:00:15 +11:00
parent 567196d10a
commit 6588a2b404
9 changed files with 108 additions and 0 deletions

View File

@@ -378,8 +378,10 @@ static isc_result_t
process_request(isc_httpd_t *httpd, int length) {
char *s;
char *p;
#ifdef HAVE_ZLIB
char *e;
char *v;
#endif
int delim;
ENTER("request");