aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/dmesg.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-11-08 16:13:23 +0000
committerBoris Brezillon <[email protected]>2017-12-18 13:30:04 +0100
commitb1d030f804fbf8f502756231d475fcf8fd6a86ad (patch)
treed3114c6ab32e1e67840f5cfb0ae0104886deb9bc /scripts/gdb/linux/dmesg.py
parent9e343e87d2c4c707ef8fae2844864d4dde3a2d13 (diff)
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 <[email protected]> Acked-by: Andrea Adami <[email protected]> Signed-off-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions