]> git.baikalelectronics.ru Git - kernel.git/commit
via-cuda: Prevent read buffer overflow
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 1 Jan 2017 00:56:26 +0000 (19:56 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Feb 2017 05:56:19 +0000 (16:56 +1100)
commitbe5f2c73de2827e54681fafbce52d100aceaa644
tree508e70bc6bc1e696ce0dc7143920ec97e49b929a
parent85683a7f06c714eb844f23c7aa810b8f382d2d7a
via-cuda: Prevent read buffer overflow

If the Cuda driver does not enter the 'read_done' state for some
reason, it may continue in the 'reading' state until the buffer
overflows. Add a bounds check to prevent this.

Tested-by: Stan Johnson <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/via-cuda.c