=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== wrk-4.1.0/src/script.c-306- wrk-4.1.0/src/script.c:307:static struct addrinfo *checkaddr(lua_State *L) { wrk-4.1.0/src/script.c-308- struct addrinfo *addr = luaL_checkudata(L, -1, "wrk.addr"); ############################################## wrk-4.1.0/src/script.c-327-static int script_addr_tostring(lua_State *L) { wrk-4.1.0/src/script.c:328: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/src/script.c-329- char host[NI_MAXHOST]; ############################################## wrk-4.1.0/src/script.c-343-static int script_addr_gc(lua_State *L) { wrk-4.1.0/src/script.c:344: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/src/script.c-345- zfree(addr->ai_addr); ############################################## wrk-4.1.0/src/script.c-432- if (!strcmp("addr", key)) { wrk-4.1.0/src/script.c:433: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/src/script.c-434- if (t->addr) zfree(t->addr->ai_addr); ############################################## wrk-4.1.0/src/script.c-470-static int script_wrk_connect(lua_State *L) { wrk-4.1.0/src/script.c:471: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/src/script.c-472- int fd, connected = 0; ############################################## wrk-4.1.0/.pc/debian-changes/src/script.c-302- wrk-4.1.0/.pc/debian-changes/src/script.c:303:static struct addrinfo *checkaddr(lua_State *L) { wrk-4.1.0/.pc/debian-changes/src/script.c-304- struct addrinfo *addr = luaL_checkudata(L, -1, "wrk.addr"); ############################################## wrk-4.1.0/.pc/debian-changes/src/script.c-323-static int script_addr_tostring(lua_State *L) { wrk-4.1.0/.pc/debian-changes/src/script.c:324: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/.pc/debian-changes/src/script.c-325- char host[NI_MAXHOST]; ############################################## wrk-4.1.0/.pc/debian-changes/src/script.c-339-static int script_addr_gc(lua_State *L) { wrk-4.1.0/.pc/debian-changes/src/script.c:340: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/.pc/debian-changes/src/script.c-341- zfree(addr->ai_addr); ############################################## wrk-4.1.0/.pc/debian-changes/src/script.c-428- if (!strcmp("addr", key)) { wrk-4.1.0/.pc/debian-changes/src/script.c:429: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/.pc/debian-changes/src/script.c-430- if (t->addr) zfree(t->addr->ai_addr); ############################################## wrk-4.1.0/.pc/debian-changes/src/script.c-466-static int script_wrk_connect(lua_State *L) { wrk-4.1.0/.pc/debian-changes/src/script.c:467: struct addrinfo *addr = checkaddr(L); wrk-4.1.0/.pc/debian-changes/src/script.c-468- int fd, connected = 0;