mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
o Fixed a segmentation fault in Nsock which occurred when calling nsock_write()
with a data length of -1 (which means the data is a NULL-terminated string and Nsock should take the length itself) and the Nsock trace level was at least 2. [Kris] This occurs because memcpy() is called with datalen as it's length argument and then fails. Another noticable change is that instead of saying a write request of -1 bytes was registered, it now prints the correct length.
This commit is contained in:
parent
d01c5071cd
commit
de4a980a39
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ o Fixed host discovery probe matching when looking at the returned TCP data in
|
|||
and the debugging error message: "Bogus trynum or sequence number in ICMP
|
||||
error message" [Kris]
|
||||
|
||||
o Fixed a segmentation fault in Nsock which occurred when calling nsock_write()
|
||||
with a data length of -1 (which means the data is a NULL-terminated string
|
||||
and Nsock should take the length itself) and the Nsock trace level was at
|
||||
least 2. [Kris]
|
||||
|
||||
o Nsock now supports binding to a local address and setting IPv4 options
|
||||
with nsi_set_localaddr() and nsi_set_ipoptions(), respectively. [Kris]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue