自构建 6632 以来,Plugin ConEmu 会导致 Far 管理器崩溃
作者: shmuz创建于 2026年1月17日更新于 2026年9月3日
在 Far Manager build 6632 中, `struct EditorInfo` 被扩展了新成员。Plugin ConEmu 没有初始化 `EditorInfo` 中的 `StructSize` 字段,这导致崩溃。有 4 个地方需要将 `EditorInfo ei;` 替换为 `EditorInfo ei = { sizeof(EditorInfo) };`
内容来源: ConEmu/ConEmu