History log of /PHP-7.4/ext/ftp/tests/bug80901.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# c0ae3a7f 22-Apr-2021 Christoph M. Becker

Fix #80901: Info leak in ftp extension

We ensure that inbuf is NUL terminated on `ftp_readline()` failure.

Closes GH-6894.