Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c follow_dlg.c main.c print_dlg

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

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Fri, 25 Jun 2004 02:04:02 -0500 (CDT)
jmayer      2004/06/25 02:04:02 CDT

  Modified files:
    gtk                  file_dlg.c follow_dlg.c main.c 
                         print_dlg.c 
  Log:
  tmpnam() really should not be used for security reasons.
  Replace it where used and update README.developer accordingly.
  
  Revision  Changes    Path
  1.122     +2 -2      ethereal/gtk/file_dlg.c
  1.67      +2 -2      ethereal/gtk/follow_dlg.c
  1.447     +2 -2      ethereal/gtk/main.c
  1.79      +2 -2      ethereal/gtk/print_dlg.c