]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Check response for CSI6n more strictly.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Wed, 16 Dec 2020 09:10:15 +0000 (18:10 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 16 Dec 2020 09:31:09 +0000 (10:31 +0100)
commitda8cebcdedb07ea1029009c19f6c2dc23216e4dd
tree5c4022554f2bd0e495067cd24c75c89e5b1c3000
parent532b91d24e9496c7988b2b1dda7fc0e8b161f782
Cygwin: pty: Check response for CSI6n more strictly.

- Previous code to read response for CSI6n allows invalid response
  such as "CSI Pl; Pc H" other than correct response "CSI Pl; Pc R".
  With this patch, the response is checked more strictly.
winsup/cygwin/fhandler_tty.cc
This page took 0.030171 seconds and 5 git commands to generate.