mirror of
https://github.com/nmap/nmap.git
synced 2026-01-31 10:39:02 +00:00
cc126ea7d49a422265a276d49821d436564796a0
There was a reverse table that was meant to map keys to their position in the order table, to make it easy to table.remove an entry from order. But removing something from order would shift the indices of all following elements by 1, and those elements were not updated correspondingly in the reverse table. Instead, do a linear lookup for the the element to remove from order, after checking that the element exists at all. http://seclists.org/nmap-dev/2012/q3/905
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.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%