From 351d6204bfc814a1aee300296d2f54460ffff172 Mon Sep 17 00:00:00 2001 From: Qixue Xiao Date: Fri, 20 Dec 2013 17:51:12 +0800 Subject: [PATCH] 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 Suggested-by: Yongjian Xu Suggested-by: Yu Chen Signed-off-by: Qixue Xiao Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed