aboutsummaryrefslogtreecommitdiff
path: root/libs/libtxt
AgeCommit message (Collapse)Author
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-04-18Fixed some memory leaksMarvin Borner
2021-04-05Restructured make layout and cleaned some appsMarvin Borner
2021-04-04Implemented basic user program ASLRMarvin 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.