mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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.