Adding strlcpy() to glibc
Adding strlcpy() to glibc
Posted Sep 18, 2014 7:06 UTC (Thu) by jnareb (subscriber, #46500)In reply to: Adding strlcpy() to glibc by roskegg
Parent article: Adding strlcpy() to glibc
Git uses something similar, called strbuf (it's own micro-library to handle strings safely).
Posted Sep 28, 2014 16:51 UTC (Sun)
by bluss (subscriber, #47454)
[Link]
Adding strlcpy() to glibc
I'm tempted to ask which C program doesn't have a strbuf type?