> 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.1-release/9.1-errata.md).

# FreeBSD 9.1-RELEASE 勘误

## 摘要

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

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

## 引言

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

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

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

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

## 安全公告

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

| 公告                                                                                      | 日期               | 主题                                                                                                     |
| --------------------------------------------------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------ |
| [SA-12:01.openssl](http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc) | 2012 年 5 月 3 日   | OpenSSL 多个漏洞                                                                                           |
| [SA-12:02.crypt](http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc)     | 2012 年 5 月 30 日  | 错误的 `crypt()` 哈希处理                                                                                     |
| [SA-12:03.bind](http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc)       | 2012 年 6 月 12 日  | [named(8)](https://man.freebsd.org/cgi/man.cgi?query=named\&sektion=8\&format=html) 中零长度 RDATA 字段的错误处理 |
| [SA-12:04.sysret](http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc)   | 2012 年 6 月 12 日  | 从内核返回时的特权提升漏洞                                                                                          |
| [SA-12:05.bind](http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc)       | 2012 年 8 月 6 日   | [named(8)](https://man.freebsd.org/cgi/man.cgi?query=named\&sektion=8\&format=html) DNSSEC 验证拒绝服务漏洞    |
| [SA-12:06.bind](http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc)       | 2012 年 11 月 22 日 | 多个 [named(8)](https://man.freebsd.org/cgi/man.cgi?query=named\&sektion=8\&format=html) 拒绝服务漏洞          |
| [SA-12:07.hostapd](http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc) | 2012 年 11 月 22 日 | EAP-TLS 消息的消息长度验证不足                                                                                    |
| [SA-12:08.linux](http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc)     | 2012 年 11 月 22 日 | Linux 兼容层的输入验证错误                                                                                       |

## 最新消息

\[2012 年 11 月 2 日] 当前的 [mfi(4)](https://man.freebsd.org/cgi/man.cgi?query=mfi\&sektion=4\&format=html) 驱动程序在处理 SYSPD 卷（又称 JBOD）中大于 2^32 个扇区的磁盘时存在溢出错误，会导致数据损坏。此错误已在 FreeBSD-CURRENT 中修复，但为时已晚，未能纳入本发行版。计划为 9.1-RELEASE 发布勘误通知。

\[2012 年 12 月 25 日] 安装说明中有关升级过程的信息有误。所有错误均已在在线版本中修复。

* “发行说明中的升级部分”的链接 URL、即将应用安全公告或勘误通知的分支名称，以及 [freebsd-update(8)](https://man.freebsd.org/cgi/man.cgi?query=freebsd-update\&sektion=8\&format=html) 的命令行参数均为 9.0-RELEASE 的，而非 9.1-RELEASE 的。
* [freebsd-update(8)](https://man.freebsd.org/cgi/man.cgi?query=freebsd-update\&sektion=8\&format=html) 工具支持的版本列表有误。对于 9.X，支持以下版本：`9.0-RELEASE`、`9.1-BETA1` 和 `9.1-RC[123]`。


---

# 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.1-release/9.1-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.
