![]()
From: Kent Landfield (kent@hypermail.org)
Date: Mon Nov 29 1999 - 12:31:00 CST
# > # What protects the "filename" buffer from being overrun?
# > # Except that other limits on "dir" and "datename" might warranty it,
# > # this kind of code just makes me nervous. :)
# >
# > Good question. I'll look into it tomorrow and see if msprintf can
# > be used instead. This seems to be the case in all the write* routines,
# > not just writedates().
#
# Actually I think that sprintf might already be a macro for msprintf(),
# I didn't check that of course. Look in mprintf.h and check if it
# is actually used.
Yep. sprintf is a macro for msprintf().
-- Kent Landfield Phone: 1-817-545-2502 Email: kent@landfield.com http://www.landfield.com/ Email: kent@nfr.net http://www.nfr.net/ Search the Usenet FAQ Archive at http://www.faqs.org/faqs/ Search the RFC/FYI/STD/BCP Archive at http://www.faqs.org/rfcs/
![]()