Change #271616
| Category | curl |
| Changed by | alhudz <al.hudz.k@gmail.com> |
| Changed at | Thu 18 Jun 2026 14:17:27 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9 |
Comments
pingpong: reject nul byte in server response line Add test 2108 covering the rejection over FTP. Drop the now-vestigial nul bytes from test 1282; they exercised the removed Kerberos FTP security buffer check and now trip this rejection before the 633 login-denied path is reached. Closes #21996
Changed files
- lib/pingpong.c
- tests/data/Makefile.am
- tests/data/test1282
- tests/data/test2108