aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorVasiliy Kulikov <[email protected]>2010-11-26 14:06:35 -0300
committerMauro Carvalho Chehab <[email protected]>2010-12-29 08:17:02 -0200
commit4c8b8698053c986f5f5249878eab70cb028a1023 (patch)
treed7e6f5b35bc7b7a2cf9dd26436177f02d6ac2e77 /tools/perf/scripts/python/netdev-times.py
parent87d1a50ce45168cbaec10397e876286a398052c1 (diff)
[media] rc: ir-lirc-codec: fix potential integer overflow
'n' may be bigger than MAX_INT*sizeof(int), if so checking of truncated (int)(n/sizeof(int)) for LIRCBUF_SIZE overflow and then using nontruncated 'count' doesn't make sense. Also n may be up to sizeof(int)-1 bytes bigger than expected, so check value of (n % sizeof(int)) too. Signed-off-by: Vasiliy Kulikov <[email protected]> Acked-by: Jarod Wilson <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions