refactor: sprintf -> snprint, strncpy -> strlcpy
This commit is contained in:
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user