Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tty: an overflow of multiplication in drivers/tty/cyclades.c
there is an overflow in the code : cyz_polling_cycle = (arg * HZ) / 1000, the multiplicator arg comes from user, so it may be an overflow if arg is a big number. And the value of cyc_polling_cycle will be wrong when it is used next time. Reported-by: Qixue Xiao <[email protected]> Suggested-by: Yongjian Xu <[email protected]> Suggested-by: Yu Chen <[email protected]> Signed-off-by: Qixue Xiao <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information