http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1011
jeff.morriss@xxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #6 from jeff.morriss@xxxxxxxxxxx 2007-03-16 10:13 GMT -------
So there are 2 things we can do to fix this bug:
1) un-ifdef-out the memset() so it's always done (lemon did this in their
source tree so it makes some sense to merge it over)
2) (and/or) fix "grammar.lemon" that the lemon guys say is broken
(2) was already done:
~~~
------------------------------------------------------------------------
r20460 | lego | 2007-01-18 00:41:22 +0800 (Thu, 18 Jan 2007) | 5 lines
productions of non-terminal "sentence" do not generate any value. Avoid a
destructor being called for them.
see http://www.sqlite.org/cvstrac/tktview?tn=2172
~~~
so it seems the former is no longer necessary. Anyway, I guess it will be
picked up the next time lemon is merged.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.