summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-08 19:13:23 +0300
committerBoris Brezillon <boris.brezillon@free-electrons.com>2017-12-18 15:30:04 +0300
commitb1d030f804fbf8f502756231d475fcf8fd6a86ad (patch)
treed3114c6ab32e1e67840f5cfb0ae0104886deb9bc /tools/perf/scripts/python/export-to-postgresql.py
parent9e343e87d2c4c707ef8fae2844864d4dde3a2d13 (diff)
downloadlinux-b1d030f804fbf8f502756231d475fcf8fd6a86ad.tar.xz
mtd: sharpslpart: fix overflow on block_adr calculation
Multiplying block_num and mtd->erasesize may potentially overflow as they are both unsigned ints and so the multiplication is evaluated in unsigned int arithmetic. Cast block_adr to off_t to ensure multiplication is off_t sized to avoid any potential overflow. Detected by CoverityScan, CID#1461264 ("Unintentional integer overflow") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions