mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
26faf21ae1dcc89ab0cfd74b9b03a1ac7f5f2d0e
std::list::size() was hanging because list traversal was broken for this particular static list (timedout_hops). Could not reproduce with a small test program, but another AIX user confirmed. Exhausted other options before switching it to dynamic allocation (of the list itself, not the elements, which are always dynamically allocated), which somehow bypasses the problem.
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%