aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorIwona Winiarska <[email protected]>2021-08-04 01:48:18 +0200
committerJoel Stanley <[email protected]>2021-08-17 17:58:42 +0930
commitb49a0e69a7b1a68c8d3f64097d06dabb770fec96 (patch)
treefc9c94feb103c6d144676ac7b128428d9b434879 /net/lapb/lapb_timer.c
parent2734d6c1b1a089fb593ef6a23d4b70903526fe0c (diff)
soc: aspeed: lpc-ctrl: Fix boundary check for mmap
The check mixes pages (vm_pgoff) with bytes (vm_start, vm_end) on one side of the comparison, and uses resource address (rather than just the resource size) on the other side of the comparison. This can allow malicious userspace to easily bypass the boundary check and map pages that are located outside memory-region reserved by the driver. Fixes: 6c4e97678501 ("drivers/misc: Add Aspeed LPC control driver") Cc: [email protected] Signed-off-by: Iwona Winiarska <[email protected]> Reviewed-by: Andrew Jeffery <[email protected]> Tested-by: Andrew Jeffery <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Signed-off-by: Joel Stanley <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions