Bugzilla – Bug 2540
dead assignment on ie-dot11s-perr.cc
Last modified: 2016-11-16 08:46:57 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?)
Yes, ABORT macros are evaluated in optimized builds.
Fixed in 12412:32423cccdfd1