[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 0/3] introduce strlcpy and strlcat
These functions are used in the code which I am currently porting. And they are anyways nice to have in the Unikraft since they are safer and very convinient versions of strcpy and strcat. The series also fixes a bug in strnlen (the function is used in the introduced functions) Yuri Volchkov (3): lib/nolibc/string: fix underflow in strnlen lib/nolibc/string: import strlcpy and strlcat from musl lib/nolibc/string: fix checkpatch issues in strlcpy and strlcat lib/nolibc/exportsyms.uk | 2 ++ lib/nolibc/include/string.h | 2 ++ lib/nolibc/string.c | 45 ++++++++++++++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 1 deletion(-) -- 2.19.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |