refactor: sprintf -> snprint, strncpy -> strlcpy

This commit is contained in:
2025-11-08 18:46:28 +01:00
parent 9c60d5dc4f
commit 92f010ca70
8 changed files with 60 additions and 58 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ make -f Makefile.dev release-arch
- [x] `forge_project.cfg`
- [x] Define frag prefix in config
- [x] Use custom `#include xxx.glsl` preprocessor
- [ ] Use snprintf isntead of sprintf (and strlcpy instand of strncpy)
- [x] Use snprintf isntead of sprintf (and strlcpy instand of strncpy)
- [ ] Pass "heavy" struct as pointer to avoid stack overload
- [x] Clean and sort args
- [x] `--auto-random` / `--no-auto-random`