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:21:46 Modified files: sys/net : Tag: OPENBSD_7_9 if.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/010_ifioctl.patch.sig