> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-9.2-release/9.2-errata.md).

# FreeBSD 9.2-RELEASE 勘误

## 摘要

本文列出 FreeBSD 9.2-RELEASE 的勘误项，包含发行后或在发行周期后期发现的、未能纳入发行版文档的重要信息。这些信息包括安全公告，以及与可能影响软件或文档运行或可用性相关的消息。在安装本版本 FreeBSD 之前，应始终查阅本文档的最新版本。

FreeBSD 9.2-RELEASE 的勘误文档将维护至 FreeBSD 9.3-RELEASE 发行。

## 引言

本勘误文档包含关于 FreeBSD 9.2-RELEASE 的“最新消息”。在安装本版本之前，务必查阅本文档，以了解可能在发布后已经发现并修复的问题。

随发行版实际分发的任何勘误文档副本（例如在 CDROM 发行版上）按定义均已过时，但其他副本在互联网上保持更新，应作为本发行版的“当前勘误”查阅。这些其他勘误副本位于 <https://www.FreeBSD.org/releases/>，以及任何保持该位置最新镜像的站点。

FreeBSD 9.3-STABLE 的源代码和二进制快照也包含本文档的最新副本（截至快照生成时）。

所有 FreeBSD CERT 安全公告列表，请参阅 <https://www.FreeBSD.org/security/> 或 `ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/`。

## 安全公告

以下安全公告中描述的问题已在 9.3-RELEASE 中修复。更多信息，请参阅 <http://security.FreeBSD.org/> 上提供的各个公告。

| 公告                                                                                              | 日期              | 主题                                 |
| ----------------------------------------------------------------------------------------------- | --------------- | ---------------------------------- |
| [SA-14:01.bsnmpd](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc)       | 2014 年 1 月 1 日  | 修复 bsnmpd 远程拒绝服务漏洞                 |
| [SA-14:02.ntpd](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc)           | 2014 年 1 月 1 日  | 修复 ntpd 分布式反射拒绝服务漏洞                |
| [SA-14:03.bind](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc)           | 2014 年 1 月 1 日  | 修复 BIND 远程拒绝服务漏洞                   |
| [SA-14:05.nfsserver](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc) | 2014 年 4 月 8 日  | 修复 NFS 死锁漏洞                        |
| [SA-14:06.openssl](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc)     | 2014 年 4 月 8 日  | 修复 ECDSA 缓存侧信道攻击                   |
| [SA-14:08.tcp](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc)             | 2014 年 4 月 30 日 | 修复 TCP 重组漏洞                        |
| [SA-14:11.sendmail](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc)   | 2014 年 6 月 3 日  | 修复 sendmail 不当的 close-on-exec 标志处理 |
| [SA-14:12.ktrace](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc)       | 2014 年 6 月 3 日  | 修复 ktrace 内存泄露                     |
| [SA-14:13.pam](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc)             | 2014 年 6 月 3 日  | 修复 PAM 策略解析器中的错误处理                 |
| [SA-14:14.openssl](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc)     | 2014 年 6 月 5 日  | 多个漏洞                               |
| [SA-14:16.file](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc)           | 2014 年 6 月 24 日 | 多个漏洞                               |
| [SA-14:17.kmem](http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc)           | 2014 年 7 月 8 日  | 控制消息和 SCTP 通知中的内核内存泄露              |

## 最新消息

无最新消息。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/release/freebsd-9.2-release/9.2-errata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
