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: Thu, 2 Aug 2001 04:37:29 -0500 (CDT)
guy         2001/08/02 04:37:29 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Always initialize the "last_transact_command", "last_param_descrip", and
  "last_data_descrip" fields of an "smb_request_val" structure to null
  when you allocate it, so that, when the hash table is cleaned out, we
  don't try handing random junk to "g_free()".
  
  Revision  Changes    Path
  1.91      +4 -1      ethereal/packet-smb.c