Files
dusklight/include
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-02-25 20:43:43 +01:00
2026-05-24 10:43:00 -06:00
2026-05-24 10:43:00 -06:00
2026-04-16 19:30:37 -04:00
2026-05-24 10:43:00 -06:00
2026-04-19 03:19:44 -07:00
2025-10-06 12:48:39 +03:00
2026-05-04 10:25:13 -06:00
2024-10-10 08:29:58 -06:00
2026-01-05 02:19:14 -08:00
2026-03-29 13:35:26 +02:00
2026-04-25 15:46:12 -06:00
2025-11-17 15:38:04 -08:00