1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 03:59:02 +00:00

Note an important fixed bug in Nmap 7.80 changelog

This commit is contained in:
dmiller
2019-11-15 22:11:42 +00:00
parent bb346e24c0
commit 45994bf3e4

View File

@@ -107,6 +107,9 @@ o [GH#1291][GH#34][GH#1339] Use pcap_create instead of pcap_live_open in
loss problems on Linux and may improve performance on other platforms.
[Daniel Cater, Mike Pontillo, Daniel Miller]
o [NSE][GH#1330] Fixed an infinite loop in tls-alpn when the server forces a
particular protocol. [Daniel Miller]
o [NSE] Collected utility functions for string processing into a new
library, stringaux.lua. [Daniel Miller]