Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-pipe.c

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

From: Jeff Foster <jfoster@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Oct 2001 16:24:29 -0500 (CDT)
jfoster     2001/10/17 16:24:28 CDT

  Modified files:
    .                    packet-smb-pipe.c 
  Log:
  fixed bug in packet-smb-pipe.c dissect_transact_data routine. If the
  aux_count_p value was NULL the program would SIGSEGV when *aux_count_p
  was initially set to 0. Added NULL pointer test.
  
  Revision  Changes    Path
  1.36      +4 -2      ethereal/packet-smb-pipe.c