• Joined on 2026-04-07
dailz pushed to master at dailz/logViewer 2026-06-03 15:08:36 +08:00
24fe97a457 fix(io): eliminate TOCTOU race in FileReader open/reload
dailz closed issue dailz/logViewer#2 2026-06-03 15:08:36 +08:00
🔴 [H2] mmap 与索引构建之间存在 TOCTOU 竞态
dailz pushed to master at dailz/logViewer 2026-06-03 14:55:06 +08:00
b6e655bff6 fix(io): handle file shrink in update_for_append to prevent SIGBUS
dailz commented on issue dailz/logViewer#1 2026-06-03 14:52:26 +08:00
🔴 [H1] 文件缩小后 mmap 未处理 → SIGBUS 崩溃

Fixed in b6e655b.

Root cause: update_for_append() returned Ok(0) when new_size <= old_size, leaving a stale mmap that would SIGBUS on access.

Fix: Introduced AppendStatus enum (`Unchanged…

dailz closed issue dailz/logViewer#1 2026-06-03 14:50:35 +08:00
🔴 [H1] 文件缩小后 mmap 未处理 → SIGBUS 崩溃
dailz opened issue dailz/logViewer#31 2026-06-03 13:54:29 +08:00
🟢 [L5] 设置弹窗坐标未加 area 偏移
dailz opened issue dailz/logViewer#32 2026-06-03 13:54:29 +08:00
🟢 [L6] load_file 失败后 watcher 已清空但旧状态残留
dailz opened issue dailz/logViewer#30 2026-06-03 13:54:29 +08:00
🟢 [L4] 设置保存错误被忽略
dailz opened issue dailz/logViewer#28 2026-06-03 13:54:28 +08:00
🟢 [L2] 词边界检测允许数字和下划线,ERROR123 被错误识别
dailz opened issue dailz/logViewer#27 2026-06-03 13:54:28 +08:00
🟢 [L1] Tab 在窄终端(<4列)扩展超出宽度
dailz opened issue dailz/logViewer#29 2026-06-03 13:54:28 +08:00
🟢 [L3] 颜色向后循环不 wrap
dailz opened issue dailz/logViewer#26 2026-06-03 13:53:58 +08:00
🟡 [M16] TUI 渲染无 MAX_WRAP_INPUT_LEN 保护,巨大单行可冻结 UI
dailz opened issue dailz/logViewer#25 2026-06-03 13:53:57 +08:00
🟡 [M15] Ready 无 VisualHeightIndex 时走 Loading 滚动路径
dailz opened issue dailz/logViewer#24 2026-06-03 13:53:57 +08:00
🟡 [M14] ensure_viewport_cache 使用过时的 v_offset 局部变量
dailz opened issue dailz/logViewer#23 2026-06-03 13:53:57 +08:00
🟡 [M13] 未检查 KeyEventKind,Press/Repeat/Release 全当命令处理
dailz opened issue dailz/logViewer#22 2026-06-03 13:53:57 +08:00
🟡 [M12] 重复 JSON key 被 HashMap 静默折叠
dailz opened issue dailz/logViewer#21 2026-06-03 13:53:57 +08:00
🟡 [M11] LogLevel::from_str 不 trim 空白
dailz opened issue dailz/logViewer#20 2026-06-03 13:53:57 +08:00
🟡 [M10] UTF-8 BOM 开头的 JSON 行被拒绝
dailz opened issue dailz/logViewer#19 2026-06-03 13:53:57 +08:00
🟡 [M9] 非字符串类型的 timestamp/level 字段被静默丢弃
dailz opened issue dailz/logViewer#17 2026-06-03 13:53:57 +08:00
🟡 [M7] 并发缓存保存共享同一临时文件路径