Hey all,
After seeing the Secure version I/O functions thread, it occured to me
that maybe not everyone agrees with the almost universal adage that I
have heard. I have Always been told that using things like strlcpy and
other explicitly bounded functions were better than using the
non-bounded versions like strcpy.
Is this a matter of good programming style, or is this just needless overhead?
--
Aaron Hsu <arcfide@sacrid eo.us>
After seeing the Secure version I/O functions thread, it occured to me
that maybe not everyone agrees with the almost universal adage that I
have heard. I have Always been told that using things like strlcpy and
other explicitly bounded functions were better than using the
non-bounded versions like strcpy.
Is this a matter of good programming style, or is this just needless overhead?
--
Aaron Hsu <arcfide@sacrid eo.us>
Comment