mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
e2d17adf9fa1aa745bbc9b4b3c9415050ff86e12
The second argument to RTA_NEXT was missing a dereference, so it was changing the pointer rather than the integer pointed to. I got this assertion failure with an IPv6 link-local address: nmap: netutil.cc:3048: void add_rtattr_addr(nlmsghdr*, rtattr**, unsigned int*, unsigned char, const sockaddr_storage*): Assertion `((*len) >= (int)sizeof(struct rtattr) && (*rtattr)->rta_len >= sizeof(struct rtattr) && (*rtattr)->rta_len <= (*len))' failed.
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%