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 62d77b12fc #21087

Closes #21095
This commit is contained in:
Viktor Szakats 2026-03-25 13:19:09 +01:00
parent dc9a03e855
commit afa71f1a22
No known key found for this signature in database
3 changed files with 27 additions and 9 deletions