Update liblua to 5.4.8

This commit is contained in:
dmiller 2025-08-07 16:20:19 +00:00
parent 9373947e60
commit 08cf89313d
11 changed files with 52 additions and 28 deletions

View file

@ -1,5 +1,7 @@
#Nmap Changelog ($Id$); -*-text-*-
o Updated liblua to 5.4.8
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]