summaryrefslogtreecommitdiff
path: root/userland/libc/string/memmove.c
AgeCommit message (Collapse)Author
2024-12-15libc: Fix undefined behavior for non positive VLAAnton Kling
Apparently a VLA of zero size is undefined behavior.
2023-10-22Move everything into a new repo.Anton Kling