0

http://www.safercode.com

Last time, we advised you to use ditch the unsafe functions like strcpy and strcat, and use their safer replacements (strlcpy, strlcat) instead. However, there is a small problem with this that you might discover that your compiler (especially gcc) does not have these functions in their implementation of the c library (libc). Why is this so?

Full story »
serdar's picture
Created by serdar 13 years 12 weeks ago – Made popular 13 years 12 weeks ago
Category: High End   Tags:

Best karma users