mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
This allows stdnse.keys to be used in a __pairs metamethod to, for instance, yield keys in sorted order. Using next() bypasses the __pairs metamethod that would be called when pairs() was used. Otherwise, infinite recursion was possible.
44 KiB
44 KiB