CVS: cvs.openbsd.org: src
Theo de Raadt <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/15 10:24:25 Modified files: sys/kern : 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 Acts1632, ok kettenis