Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal merge.c merge.h mergecap.c

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Tue, 29 Jun 2004 15:59:23 -0500 (CDT)
ulfl        2004/06/29 15:59:23 CDT

  Modified files:
    .                    merge.c merge.h mergecap.c 
  Log:
  avoid using tmpnam() for security reasons.
  instead of giving the merge stuff a filename,
  give it an already opened file descriptor
  
  Revision  Changes    Path
  1.6       +11 -15    ethereal/merge.c
  1.4       +3 -3      ethereal/merge.h
  1.22      +26 -4     ethereal/mergecap.c