Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Frieder Vogt <hfvogt@gmx.net>2012-10-03 12:25:40 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-05 21:25:11 +0400
commit182b967e1119d22889e334c8f1c1b75df41f9165 (patch)
tree5ebbea774a5ff5f13ddaa534c06a128baf189932 /include/media/davinci
parent8b6faacd759933841c531c662c7eaa3046676fcc (diff)
[media] af9033: prevent unintended underflow
As spotted by Dan Carpenter <dan.carpenter@oracle.com> (thanks!), we have improperly used an unsigned variable in a calculation that may result in a negative number. This may cause an unintended underflow if the interface frequency of the tuner is > approx. 40MHz. This patch should resolve the issue, following an approach similar to what is used in af9013.c. [crope@iki.fi: add Reported-by] Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Hans-Frieder Vogt <hfvogt@gmx.net> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/davinci')
0 files changed, 0 insertions, 0 deletions