]> git.baikalelectronics.ru Git - kernel.git/commit
vt: clear selection before resizing
authorScot Doyle <lkml14@scotdoyle.com>
Thu, 13 Oct 2016 17:12:43 +0000 (12:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 15:19:35 +0000 (17:19 +0200)
commit3190e34e9de99b4654729fbf93a66fb307063f2b
treed3baf03a7b656f4d5aaa6ecc89547bcfbf05d1d5
parentb6b167ce3b1cb31447086afe2e3b0674b85c5525
vt: clear selection before resizing

When resizing a vt its selection may exceed the new size, resulting in
an invalid memory access [1]. Clear the selection before resizing.

[1] http://lkml.kernel.org/r/CACT4Y+acDTwy4umEvf5ROBGiRJNrxHN4Cn5szCXE5Jw-d1B=Xw@mail.gmail.com

Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c