Bug 2540

Summary: dead assignment on ie-dot11s-perr.cc
Product: ns-3 Reporter: natale.patriciello
Component: meshAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: patch

Description natale.patriciello 2016-11-06 06:01:15 UTC
Created attachment 2658 [details]
patch

the parameter length is read only in debug and release mode. By adding this, it's read even in optimized build (NS_ABORT are not optimized away, right?)
Comment 1 Tom Henderson 2016-11-07 13:44:35 UTC
Yes, ABORT macros are evaluated in optimized builds.
Comment 2 natale.patriciello 2016-11-16 08:46:57 UTC
Fixed in 12412:32423cccdfd1