aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/mem.c
AgeCommit message (Collapse)Author
2021-05-24Added more tests and fixed dumb bugsMarvin Borner
typical
2021-05-20Major restructuringMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-04-02Replaced target macrosMarvin Borner
2021-04-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-03-26Renamed libsMarvin Borner
Cleaner and more flexible.