Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 3 Aug 2000 07:02:36 -0500 (CDT)
gram        2000/08/03 07:02:28 CDT

  Modified files:
    .                    file.c 
  Log:
  Replace calls to sprintf() with snprintf() in file_*_error_message routines,
  as a long filename may overflow the buffer.
  
  Revision  Changes    Path
  1.202     +11 -6     ethereal/file.c