<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>093903a8d4c05d1adff79895a52a3e3009ff07a7 - tty: Avoid leaving dangling pointers in tty_drop_ctty()</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/tty/Makefile#093903a8d4c05d1adff79895a52a3e3009ff07a7</link>
        <description>tty: Avoid leaving dangling pointers in tty_drop_ctty()The TIOCNOTTY handler detaches the calling process from its controllingterminal.  It clears the link from the session to the tty, but not thepointers from the tty to the session and process group.  This means thatsess_release() doesn&apos;t call tty_rel_sess(), and that pgdelete() doesn&apos;tcall tty_rel_pgrp(), so the pointers are left dangling.Fix this by clearing pointers in tty_drop_ctty().  Add a standaloneregression test.Approved by:	soSecurity:	FreeBSD-SA-26:10.ttySecurity:	CVE-2026-5398Reported by:	Nicholas Carlini &lt;npc@anthropic.com&gt;Reviewed by:	kib, kevansFixes:		1b50b999f9b5 (&quot;tty: implement TIOCNOTTY&quot;)Differential Revision:	https://reviews.freebsd.org/D56046

            List of files:
            /freebsd/tests/sys/kern/tty/Makefile</description>
        <pubDate>Mon, 23 Mar 2026 16:22:48 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d094dd9071cea1a2f67c5058caa4d22611da20ad - tests: kern: add some tests for TIOCSTI</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/tty/Makefile#d094dd9071cea1a2f67c5058caa4d22611da20ad</link>
        <description>tests: kern: add some tests for TIOCSTIThese offer at least rudimentary coverage of TIOCSTI, ensuring that itbasically works and does what it&apos;s described to do and throws errors forunprivileged use that is supposed to be blocked.Reviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D50507

            List of files:
            /freebsd/tests/sys/kern/tty/Makefile</description>
        <pubDate>Wed, 28 May 2025 03:19:18 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>096c39fae4ad5135a317925d8749b7d83f65ebf8 - tests: kern: add some porch(1)-based tty tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/tty/Makefile#096c39fae4ad5135a317925d8749b7d83f65ebf8</link>
        <description>tests: kern: add some porch(1)-based tty testsIf sysutils/porch is installed, we&apos;ll do some basic testing of ttybehavior.  The existing tests primarily cover ICANON-related processingand corner cases that have been fixed somewhat recently, but Ianticipate growing this out a bit in due time.Reviewed by:	ngieDifferential Revision:	https://reviews.freebsd.org/D46806

            List of files:
            /freebsd/tests/sys/kern/tty/Makefile</description>
        <pubDate>Mon, 21 Oct 2024 03:31:59 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
