1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 06:29:02 +00:00

NSE committed

This commit is contained in:
fyodor
2006-12-11 00:34:26 +00:00
parent cc451cdb54
commit b361685be8
136 changed files with 23553 additions and 201 deletions

View File

@@ -177,6 +177,8 @@ ip6_ntop(const ip6_addr_t *ip6, char *dst, size_t len)
struct { int base, len; } best, cur;
char *p = dst;
int i;
cur.len = best.len = 0;
if (len < 46)
return (NULL);