mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
If the strncpy() bound is equal to the destination size and the source string is longer than 256 bytes, strncpy() won't write a null terminator for the destination string.