CVS: cvs.openbsd.org: src
Alexander Bluhm <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/20 01:39:40 Modified files: sys/kern : Tag: OPENBSD_7_8 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.8/049_ttyioctl.patch.sig