Wireshark-bugs: [Wireshark-bugs] [Bug 7772] [PATCH] dissect only the number of active subcarrier

Date: Sun, 30 Sep 2012 06:10:38 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7772

--- Comment #2 from Florian Fainelli <florian@xxxxxxxxxxx> 2012-09-30 06:10:37 PDT ---
(In reply to comment #1)
> Hi Florian,
> 
> +      for (i = 0; i < num_act_carriers / 2; i++) {
> May be add a check to verify num_act_carriers is different of 0 ?

Ok, I will add a check, even though this will be safe in any case, division
result will be 0, and the for loop will just do nothing.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.