Change #271149
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 15 Jun 2026 15:55:29 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 8932063828393b76403e1048948257ccdd2965e9 |
Comments
lib668: do not assume null-terminator in test input data For correctness. Did not cause an issue, because the null-terminator is present. Also: - change a size type to avoid casts. - reuse input length value. Spotted by GitHub Code Quality Follow-up to 1e4cb333ef632bf081045bb7b36f0736bec52708 #4826 Closes #22027
Changed files
- tests/libtest/lib668.c