[Ns-bugs] [Bug 72] Adding additional assertions in Buffer uncovers bugs
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Sep 10 09:55:12 PDT 2007
http://www.nsnam.org/bugzilla/show_bug.cgi?id=72
mathieu.lacage at sophia.inria.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from mathieu.lacage at sophia.inria.fr 2007-09-10 12:55 -------
reduced testcase.
p = Packet (10);
ADD_HEADER (p, 8);
ADD_TRAILER (p, 8);
ADD_TRAILER (p, 8);
p.RemoveAtStart (8+10+8);
CHECK_HISTORY (p, 1, 8);
I have a fix in a private repo but I need to clean it up before inclusion.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list