]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix a possible integer overflow in Ftp::Gateway (#1647)
authorŠtěpán Brož <32738079+brozs@users.noreply.github.com>
Tue, 30 Jan 2024 21:35:37 +0000 (21:35 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 30 Jan 2024 21:35:49 +0000 (21:35 +0000)
commitc8f5d7dc677ff991802dcb6cfe458e5c5e02168f
tree823b25f8f059e2db2917de4c78c6a21d81bd1eeb
parent12638bed912ab9ad6309244ad96f08132233b852
Fix a possible integer overflow in Ftp::Gateway (#1647)

A static analysis tool has discovered that const int csize,
might have overflowed before being passed to writeReplyBody().
src/clients/FtpGateway.cc