mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-18 00:16:31 +00:00
Unchecked strcpy/strcat can result in memory smashes if provided with overly long source arguments. Replacing these with the strl... functions protects against overruns of the destination memory. Requires changing the signature of various functions to pass destination storage size when destination argument is a pointer rather than something amenable to sizeof() operator.
2.7 KiB
2.7 KiB