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.