mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Use less ambiguous term for stack overflow (NOT buffer overflow)
This commit is contained in:
parent
b2cdb23fc0
commit
9373947e60
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ o Fixed an issue in FTP bounce scan where a single null byte is written past
|
|||
the end of the receive buffer. The issue is triggered by a malicious server
|
||||
but does not cause a crash with default builds. [Tyler Zars]
|
||||
|
||||
o [GH#3130] Fix a crash (stack overflow due to excessive recursion) in the
|
||||
o [GH#3130] Fix a crash (stack exhaustion due to excessive recursion) in the
|
||||
parallel DNS resolver. Additionally, improved performance by processing
|
||||
responses that come after the request has timed out. [Daniel Miller]
|
||||
|
||||
|
|
@ -373,7 +373,7 @@ o [Ncat] Addressed an issue from the Debian bug tracker
|
|||
correctly used in the ProxyCommand option of OpenSSH.
|
||||
|
||||
o Improved DNS domain name parsing to avoid recursion and enforce name length
|
||||
limits, avoiding a theoretical stack overflow issue with certain crafted DNS
|
||||
limits, avoiding a theoretical stack exhaustion issue with certain crafted DNS
|
||||
server responses, reported by Philippe Antoine.
|
||||
|
||||
o [GH#2338][NSE] Fix mpint packing in ssh2 library, which was causing OpenSSH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue