diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-05-07 21:01:46 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-05-07 21:01:46 +0000 |
| commit | 078ee3fb754606af65092bc6f4abed543f12711f (patch) | |
| tree | 6246242fe5ea13895c02e0f92867b11abfe2ca08 | |
| parent | 52550fcde1d1c42a0a59552e48fec29bd7dca74d (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 5 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 8e295a277c34..50b3d1355a89 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1766,6 +1766,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> url="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:23.stdio.asc">FreeBSD-SA-02:23</ulink>. &merged;</para> + <para>A bug has been fixed in the implementation of the TCP SYN + cache (<quote>syncache</quote>), which could allow a remote + attacker to deny access to a service when accept filters + (see &man.accept.filter.9;) were in use. This bug has been + fixed. &merged;</para> </sect2> <sect2 id="userland"> <title>Userland Changes</title> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 8e295a277c34..50b3d1355a89 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1766,6 +1766,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> url="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:23.stdio.asc">FreeBSD-SA-02:23</ulink>. &merged;</para> + <para>A bug has been fixed in the implementation of the TCP SYN + cache (<quote>syncache</quote>), which could allow a remote + attacker to deny access to a service when accept filters + (see &man.accept.filter.9;) were in use. This bug has been + fixed. &merged;</para> </sect2> <sect2 id="userland"> <title>Userland Changes</title> |
