Bug 179 - Packet fragmentation bug
Packet fragmentation bug
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P3 major
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-15 06:21 EDT by Gustavo J. A. M. Carneiro
Modified: 2008-07-01 13:32 EDT (History)
0 users

See Also:


Attachments
patch to add unit test (1.19 KB, patch)
2008-05-15 06:22 EDT, Gustavo J. A. M. Carneiro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo J. A. M. Carneiro 2008-05-15 06:21:53 EDT
User in IRC (gdavid) reports a test case that triggers an assertion in Buffer.  Attaching unit test patch (in udp-header.cc since it uses this header) to trigger it reliably.  The code looks correct, so it appears to be a bug.
Comment 1 Gustavo J. A. M. Carneiro 2008-05-15 06:22:22 EDT
Created attachment 133 [details]
patch to add unit test
Comment 2 Mathieu Lacage 2008-05-15 11:27:02 EDT
fixed in the ns-3-tags branch with a testcase.
Comment 3 Mathieu Lacage 2008-05-16 17:29:38 EDT
fixed in trunk now.