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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Mar 2002 16:01:29 -0600 (CST)
guy         2002/03/16 16:01:29 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  There is no guarantee that, when processing an SMB response, "si->sip"
  is non-null, as there's no guarantee that the corresponding SMB request
  is in the capture.  Check whether it's null before using it.
  
  Revision  Changes    Path
  1.221     +5 -3      ethereal/packet-smb.c