https://bugs.linaro.org/show_bug.cgi?id=2224

--- Comment #1 from Bill Fischofer <[email protected]> ---
Add this to the same general category, reported in today's scan.

*** CID 161265:  Integer handling issues  (NEGATIVE_RETURNS)
/platform/linux-generic/pktio/socket_mmap.c: 223 in pkt_mmap_v2_rx()
217                                     continue;
218                             }
219
220                             packet_parse_l2(hdr);
221                             packet_set_ts(hdr, ts);
222
>>>     CID 161265:  Integer handling issues  (NEGATIVE_RETURNS)
>>>     Unsigned variable "nb_rx" is incremented, which might cause an integer 
>>> overflow.
223                             nb_rx++;
224                     }
225
226                     mmap_rx_user_ready(ppd.raw);
227                     frame_num = next_frame_num;
228                     i++;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to