summaryrefslogtreecommitdiff
path: root/tests/test_issue57_strcpy.c (unfollow)
AgeCommit message (Collapse)Author
2024-04-24Add a testjvoisin
2024-04-24Fix some overlap mismatchjvoisin
This was caught by the following test: ``` int main(void) { char c[32]; memcpy(c, c + 16, 16); } ``` Reported-by: q66
2024-03-08Add some NULL-pointers checksjvoisin
See: - https://www.imperialviolet.org/2016/06/26/nonnull.html - https://davidben.net/2024/01/15/empty-slices.html
2023-07-11Add some dynamic tests for unistd.hjvoisin
2023-07-09Add tests for unistd.hjvoisin
2023-05-30Add a test for getcwdjvoisin
2023-04-13Add a basic testsuitejvoisin