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: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Oct 2002 14:59:52 -0500 (CDT)
oabad       2002/10/14 14:59:52 CDT

  Modified files:
    .                    file.c 
  Log:
  Another problem found by valgrind :
  
  in continue_tail_cap_file, the following test :
  else if (*err != 0)
  sometimes reads uninitialized memory (so the test might be incorrect).
  
  We now set *err to 0 at the beginning of the function.
  
  Revision  Changes    Path
  1.292     +3 -1      ethereal/file.c