commit | 90b5b3bb491621f557aae689a7c640bca5b995d2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 19 19:15:14 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:31 2018 +0200 |
tree | 3050d5892e00d4cb6f0f5b6bfd7077ed63014712 | |
parent | 7b588f4a7e6e151eb9f077289ede21bde60859b8 [diff] |
dm: video: check bounds for column and row CSI H can be used to position the cursor. The calling application may specify a location that is beyond the limits of the screen. This may lead to an illegal memory access. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>