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

# FreeBSD 14.5-RELEASE 勘误

## 摘要

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

FreeBSD 14.5-RELEASE 的勘误文档将维护至 FreeBSD 14.6-RELEASE 发布为止。

## 引言

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

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

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

完整的 FreeBSD CERT 安全公告列表见 <https://www.FreeBSD.org/security/>。

## 安全公告

| 公告   | 日期 | 主题 |
| ---- | -- | -- |
| 无公告。 |    |    |

## 勘误通知

| 勘误     | 日期 | 主题 |
| ------ | -- | -- |
| 无勘误通知。 |    |    |

## 未决问题

1. 使用默认算法的 **路由表频繁变化** 的系统（例如 BGP 路由器）可能因内存泄漏而出现系统不稳定。显式配置了其他路由算法的系统不受影响。 **临时解决方案**：使用 `sysctl net.route.algo.inet4.algo=radix4` 或 `sysctl net.route.algo.inet6.algo=radix6` 切换到非 lockless 路由算法。 **状态**：未决 - <https://bugs.freebsd.org/297339>

## 最新消息

暂无最新消息。


---

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