mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 22:16:33 +00:00
a0a94f9303e499712bb9bf768adbd932404873bc
Some vsnprintf implementations (or perhaps some compiler options?) don't like formatting NULL as %s, and will segfault (ran into this with libstdc++ on Solaris). We don't get bug reports because at least some (including mine on Ubuntu) will simply format it as "(null)". This patch adds explicit checking for NULL to avoid the segfault condition.
…
…
Added a few NSE scripts to OLD_SCRIPT_NAMES that have been removed/renamed over the last year or so.
…
…
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%