Review comments

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
jpirnay
2026-05-02 17:22:10 +02:00
co-authored by Copilot
parent 89f381a925
commit a5469c0bb9
11 changed files with 374 additions and 322 deletions
+2
View File
@@ -19,6 +19,8 @@ class FontInstaller {
explicit FontInstaller(SdCardFontRegistry& registry);
static constexpr size_t MAX_FAMILY_NAME_LEN = 64;
/// Validate a family name: alphanumeric + hyphen + underscore only, no path traversal.
static bool isValidFamilyName(const char* name);