summaryrefslogtreecommitdiff
path: root/kernel/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.
2024-12-10kernel: Add string view and string builderAnton Kling
This makes write/read calls that use strings to communicate much simpler and less error prone.