CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/20 01:21:12
Modified files:
sys/net : Tag: OPENBSD_7_8 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@
