|
Bugzilla – Full Text Bug Listing |
| Summary: | stack explosion when sending to loopback device | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | internet | Assignee: | Rajib Bhattacharjea <raj.b> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craigdo, tommaso.pecorella |
| Priority: | P1 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 2211 | ||
| Attachments: | avoid infinite stack recursion. | ||
|
Description
Mathieu Lacage
2008-11-24 02:45:39 UTC
Created attachment 313 [details]
avoid infinite stack recursion.
there is not much I can do here. I am waiting for an ACK from the relevant maintainer, and that means raj. Reassigning to raj: if it's ok with you, please apply. this causes regressions (it seems?) more on the way. Given that this patch changes the order of execution of functions, it should probably change time stamps for events as well (which it appears to do). I think it is good. Changeset 4022:142c13a3975f According to Massif's output, this bug is not anymore relevant thanks to the changes in LoopbackNetDevice. |