class = "text">
The standard standard library is notorious when it comes to I / O security buffer overflow ( in many functions Gets
, scanf
), or the proper reasoning ( scanf
) can not be stopped by memory. Every once and a while, I have come here an entrepreneur hacker who has written his own library, which lacks these flaws.
What is the best of these libraries? Have you used them in the production code, and if so, which is more than hobby projects?
I use the GLib library, there are many good standards and non- - There are standard tasks.
See
and maybe you fall in love ... :)
For example:
Indicates that g_strdup_printf is:
Similar to standard C sprintf () function but safe, since it calculates the expected maximum space and keep the result Allocates memory to
Comments
Post a Comment