Bug 2219

Summary: SixLowPanNetDevice hangs trying to decode a IPv6 Fragment extension header
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: sixlowpanAssignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: major CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: All   

Description Tommaso Pecorella 2015-11-14 17:22:09 UTC
I don't know if it's more embarrassing the bug or that nobody found it so far.
Comment 1 Tommaso Pecorella 2015-11-14 17:26:40 UTC
Pushed in changeset:  11764:cfec4dc399f5

For the records, the problem was simple: you shouldn't deserialize from an empty Buffer. Definitely.