=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cryptcat-20031202/netcat.c-377-/* see wzv:workarounds.c for dg/ux return-a-struct inet_addr lossage */ cryptcat-20031202/netcat.c:378: iaddr.s_addr = inet_addr (name); cryptcat-20031202/netcat.c-379- ############################################## cryptcat-20031202/netcat.c-397- for (x = 0; poop->iaddrs[x].s_addr && (x < 8); x++) { cryptcat-20031202/netcat.c:398: hostent = gethostbyaddr ((char *)&poop->iaddrs[x], cryptcat-20031202/netcat.c-399- sizeof (IA), AF_INET); ############################################## cryptcat-20031202/netcat.c-413- return (poop); /* the full DNS hair */ cryptcat-20031202/netcat.c:414: hostent = gethostbyaddr ((char *) &iaddr, sizeof (IA), AF_INET); cryptcat-20031202/netcat.c-415-/* numeric or not, failure to look up a PTR is *not* considered fatal */ ############################################## cryptcat-20031202/debian/patches/01_makefile-6-if [ $# -ne 1 ]; then cryptcat-20031202/debian/patches/01_makefile:7: echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" cryptcat-20031202/debian/patches/01_makefile-8- exit 1 ############################################## cryptcat-20031202/debian/patches/01_makefile-17- *) cryptcat-20031202/debian/patches/01_makefile:18: echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" cryptcat-20031202/debian/patches/01_makefile-19- exit 1;;