summaryrefslogtreecommitdiff
path: root/tests/test_stpncpy_static_write.c (follow)
AgeCommit message (Collapse)Author
37 hoursFix a bug in stpncpyjvoisin
The manpage says that stpncpy will "copy non-null bytes from the string pointed to by src into the array pointed to by dst.", it doesn't add a terminal NULL byte, so we shouldn't check for it.
2025-11-11Add a testsuitejvoisin
Co-Authored-By: q66 <q66@chimera-linux.org>