=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ipvsadm-1.31/release-tarball.sh-67-# Create a unique tempdir, to avoid leftovers from older release builds ipvsadm-1.31/release-tarball.sh:68:TMPDIR=`mktemp -dt $NAME.XXXXXXXXXX` ipvsadm-1.31/release-tarball.sh-69-trap 'rm -rf $TMPDIR' EXIT ############################################## ipvsadm-1.31/ipvsadm-save-24- exec 1>&2 ipvsadm-1.31/ipvsadm-save:25: echo `basename $0`: Script to save the IPVS table to stdout. ipvsadm-1.31/ipvsadm-save-26- echo " With the -n option, prints out the table in numeric format." ############################################## ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-408-static int string_to_number(const char *s, int min, int max); ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:409:static int host_to_addr(const char *name, struct in_addr *addr); ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-410-static char * addr_to_host(int af, const void *addr); ############################################## ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-1214- *addr = inaddr.s_addr; ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:1215: else if (host_to_addr(buf, &inaddr) != -1) ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-1216- *addr = inaddr.s_addr; ############################################## ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-1265- svc->af = AF_INET; ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:1266: } else if (host_to_addr(buf, &inaddr) != -1) { ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-1267- svc->addr.ip = inaddr.s_addr; ############################################## ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2218- ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:2219:int host_to_addr(const char *name, struct in_addr *addr) ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2220-{ ############################################## ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2239- if (af == AF_INET) ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:2240: host = gethostbyaddr((char *) addr, ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2241- sizeof(struct in_addr), af); ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2242- else ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c:2243: host = gethostbyaddr((char *) addr, ipvsadm-1.31/.pc/limit-weight-to-int-max.patch/ipvsadm.c-2244- sizeof(struct in6_addr), af); ############################################## ipvsadm-1.31/ipvsadm.c-408-static int string_to_number(const char *s, int min, int max); ipvsadm-1.31/ipvsadm.c:409:static int host_to_addr(const char *name, struct in_addr *addr); ipvsadm-1.31/ipvsadm.c-410-static char * addr_to_host(int af, const void *addr); ############################################## ipvsadm-1.31/ipvsadm.c-1214- *addr = inaddr.s_addr; ipvsadm-1.31/ipvsadm.c:1215: else if (host_to_addr(buf, &inaddr) != -1) ipvsadm-1.31/ipvsadm.c-1216- *addr = inaddr.s_addr; ############################################## ipvsadm-1.31/ipvsadm.c-1265- svc->af = AF_INET; ipvsadm-1.31/ipvsadm.c:1266: } else if (host_to_addr(buf, &inaddr) != -1) { ipvsadm-1.31/ipvsadm.c-1267- svc->addr.ip = inaddr.s_addr; ############################################## ipvsadm-1.31/ipvsadm.c-2218- ipvsadm-1.31/ipvsadm.c:2219:int host_to_addr(const char *name, struct in_addr *addr) ipvsadm-1.31/ipvsadm.c-2220-{ ############################################## ipvsadm-1.31/ipvsadm.c-2239- if (af == AF_INET) ipvsadm-1.31/ipvsadm.c:2240: host = gethostbyaddr((char *) addr, ipvsadm-1.31/ipvsadm.c-2241- sizeof(struct in_addr), af); ipvsadm-1.31/ipvsadm.c-2242- else ipvsadm-1.31/ipvsadm.c:2243: host = gethostbyaddr((char *) addr, ipvsadm-1.31/ipvsadm.c-2244- sizeof(struct in6_addr), af);