Change #262327
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 25 Mar 2026 18:56:40 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | afa71f1a22cd769d940870dfbd2807c9b45fd2b1 |
Comments
spacecheck: verify filename lengths and characters Maximum filename length 64, of which 48 maximum for the filename part. Allowed characters: `A-Za-z0-9/._-`. Also: - rename a file to pass the check. - init max constants outside the loop. - minor fix to an error message. Follow-up to 62d77b12fce55d3481bb0b2e70e0f921c8cbfe5e #21087 Closes #21095
Changed files
- docs/Makefile.am
- docs/internals/THRDPOOL+QUEUE.md
- docs/internals/THRDPOOL-AND-QUEUE.md
- scripts/spacecheck.pl