Loading ares/ares_gethostbyname.c +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ static int fake_hostent(const char *name, int family, ares_host_callback callbac const char *p; for (p = name; *p; p++) { if (!isdigit(*p) && *p != '.') { if (!ISDIGIT(*p) && *p != '.') { return 0; } else if (*p == '.') { numdots++; Loading ares/ares_process.c +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ #include <sys/filio.h> #endif #include <assert.h> #include <string.h> #include <stdlib.h> #include <fcntl.h> Loading Loading
ares/ares_gethostbyname.c +1 −1 Original line number Diff line number Diff line Loading @@ -215,7 +215,7 @@ static int fake_hostent(const char *name, int family, ares_host_callback callbac const char *p; for (p = name; *p; p++) { if (!isdigit(*p) && *p != '.') { if (!ISDIGIT(*p) && *p != '.') { return 0; } else if (*p == '.') { numdots++; Loading
ares/ares_process.c +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ #include <sys/filio.h> #endif #include <assert.h> #include <string.h> #include <stdlib.h> #include <fcntl.h> Loading