=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== efingerd-1.6.5/child.c-61- */ efingerd-1.6.5/child.c:62:static char *lookup_addr(struct in_addr in) efingerd-1.6.5/child.c-63-{ ############################################## efingerd-1.6.5/child.c-68- if (resolve_addr) { efingerd-1.6.5/child.c:69: he = gethostbyaddr((char *) &in, sizeof(struct in_addr), AF_INET); efingerd-1.6.5/child.c-70- if (he == NULL) ############################################## efingerd-1.6.5/child.c-228- /* remote_address is already sanitized in lookup_addr */ efingerd-1.6.5/child.c:229: remote_address = lookup_addr(raddr); efingerd-1.6.5/child.c-230- do_finger(buffer, identity, remote_address, sd_out);