1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-12 18:59:03 +00:00
Files
nmap/nse_macros.h
david 43eed4b67b Use a global table of loaded script file names, and don't load a script if its
file name is already in the table. Previously duplicates were only checked for
in a table that was an upvalue of the entry function, allowing duplicates to
sneak in elsewhere.

This prevents a script from being loaded twice when it is given by name, and is
in the "version" category and version detection is used.
2008-09-15 06:38:08 +00:00

1.6 KiB