linux/drivers/tty/vt
Edward Adam Davis fc702e7df4 vt: move vc_saved_screen to within tty allocated judgment
Everything starts with the assumption that a tty has been allocated.
Therefore, Move it to within the tty allocation check.

Fixes: 23743ba647 ("vt: add support for smput/rmput escape codes")
Reported-by: syzbot+f6cb41c144427dc0796a@syzkaller.appspotmail.com
Closes: https://syzkaller.appspot.com/bug?extid=f6cb41c144427dc0796a
Tested-by: syzbot+f6cb41c144427dc0796a@syzkaller.appspotmail.com
Signed-off-by: Edward Adam Davis <eadavis@qq.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/tencent_CAD45DB31906CF890DBB25AB0DED12205D07@qq.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-09-12 15:58:41 +02:00
..
.gitignore
Makefile
conmakehash.c
consolemap.c tty/vt: use guard()s 2025-08-17 12:46:26 +02:00
cp437.uni
defkeymap.c_shipped vt: defkeymap: Map keycodes above 127 to K_HOLE 2025-07-22 18:53:56 +02:00
defkeymap.map
gen_ucs_fallback_table.py
gen_ucs_recompose_table.py
gen_ucs_width_table.py
keyboard.c vt: keyboard: Don't process Unicode characters in K_OFF mode 2025-07-22 18:53:50 +02:00
selection.c tty/vt: use guard()s 2025-08-17 12:46:26 +02:00
ucs.c
ucs_fallback_table.h_shipped
ucs_recompose_table.h_shipped
ucs_width_table.h_shipped
vc_screen.c tty/vt: use guard()s 2025-08-17 12:46:26 +02:00
vt.c vt: move vc_saved_screen to within tty allocated judgment 2025-09-12 15:58:41 +02:00
vt_ioctl.c tty/vt: Add missing return value for VT_RESIZE in vt_ioctl() 2025-09-06 15:49:55 +02:00