mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
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.
57 KiB
57 KiB