about summary refs log tree commit diff
path: root/string/tst-strlcpy2.c
Commit message (Collapse)AuthorAgeFilesLines
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-171-0/+322
This patch implements comprehensive tests for strlcpy/wcslcpy functions. Tests are mostly derived from strncpy test suites and modified to incorporate strlcpy/wcslcpy specifications. Reviewed-by: DJ Delorie <dj@redhat.com>