Make sure that argument pos is always defined. See #1720

This commit is contained in:
nnposter 2019-09-01 02:57:34 +00:00
parent be409657c2
commit e5c4f4886b
2 changed files with 18 additions and 2 deletions

View file

@ -1,8 +1,11 @@
#Nmap Changelog ($Id$); -*-text-*-
o [NSE][GH#1720] Unmarshalling functions in library msrpctypes were attempting
arithmetic on a nil argument. [Ivan Ivanov, nnposter]
o [NSE][GH#1720] Functions lsa_lookupnames2 and lsa_lookupsids2 in library
msrpc were causing an error when called with debug level 2 or higher.
[Ivan Ivanov]
msrpc were incorrectly referencing function strjoin when called with debug
level 2 or higher. [Ivan Ivanov]
o [NSE] New script, dicom-brute.nse, attempts to brute force the called
Application Entity Title of DICOM servers. [Paulino Calderon]