]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 2 Feb 2024 19:29:50 +0000 (08:29 +1300)
commitf5a74f2cd924997c27ade0341dcb7e78fcca9fb4
tree3cfd84f220c9a32d115e4e9bb92edb2157dceabe
parentc22a7b5ed2a0b1e6abf80a799f1be2976139d22c
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