commit | 009e39ae44f4191188aeb6dfbf661b771dbbe515 | [log] [tgz] |
---|---|---|
author | Scot Doyle <lkml14@scotdoyle.com> | Thu Oct 13 12:12:43 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 27 17:19:35 2016 +0200 |
tree | d3baf03a7b656f4d5aaa6ecc89547bcfbf05d1d5 | |
parent | 03842c17397e14cb8bb1adc2015f5dce6c733ffe [diff] |
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>