Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y dfilter.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Wed, 29 Sep 1999 17:11:56 -0500 (CDT)
gram        1999/09/29 17:11:53 CDT

  Modified files:
    .                    dfilter-grammar.y dfilter.c 
  Log:
  Fixed assert error reported by Dewi Morgan <dewim@xxxxxxx>.
  After some bad dfilter parses, the top-level dfilter tree (global_df->dftree)
  would erroneously be set to the last good dfilter_node that was parsed.
  Later, the non-NULLness of the dftree made us clear it.. really confusing
  GTK internals. After _that_, new GNodes created via g_node_new() would
  all have the same address!
  
  Revision  Changes    Path
  1.19      +2 -1      ethereal/dfilter-grammar.y
  1.21      +5 -1      ethereal/dfilter.c