summaryrefslogtreecommitdiff
path: root/tests/test_issue57.c (follow)
AgeCommit message (Collapse)Author
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