libcmini icon indicating copy to clipboard operation
libcmini copied to clipboard

strncpy does not write additional null bytes

Open simonlaszcz opened this issue 5 months ago • 0 comments

If the length of src is less than n, strncpy() should write additional null bytes to dest to ensure that a total of n bytes are written.

simonlaszcz avatar Feb 02 '24 23:02 simonlaszcz