CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/20 01:39:59
Modified files:
sys/kern : Tag: OPENBSD_7_9 tty.c
Log message:
TIOCGSID can dereference a freed t_session, because we are storing s_leader
in the wrong place. This is a cold hard crash crashes. Some folk are
looking at fixing this properly but it will take some time, so in the meantime
we should just fail the ioctl.
from deraadt@; from Acts1632, OK kettenis@
this is errata/7.9/013_ttyioctl.patch.sig
