Files
dusklight/src
Pieter-Jan Briers a6376368ee String safety (#1548)
* Array size UB fixes

* Fix ShieldD

* Remove (almost) all unsafe strcpy calls

Bunch of macros. C arrays are easy enough and just need a different call. For various cases where a char* is passed around bare, I've made a TEXT_SPAN macro that can store a length too for bounds checking.

* Move crash handling in safe string operations to separate TU

* strcat safe version

* sprintf made safe too

* Fix compile
2026-05-24 10:43:00 -06:00
..
2026-05-24 10:43:00 -06:00
2026-05-24 10:43:00 -06:00
2026-05-24 10:43:00 -06:00
2026-05-24 10:43:00 -06:00
2026-05-13 08:56:16 -06:00
2025-10-06 12:48:39 +03:00
2026-05-24 10:43:00 -06:00
2026-02-20 02:53:27 -08:00
2024-10-10 08:29:58 -06:00
2026-04-26 15:59:45 -06:00
2026-05-24 10:43:00 -06:00