cnc
64f336d6f2
按源验证tooldata低索引写入
源依据:LinuxCNC src/emc/tooldata/tooldata_mmap.cc 的 tooldata_put() 仅在 idx > last_index 时返回 IDX_NEW 并更新 last_index,否则返回 IDX_OK。
结论:wasm-safe tooldata mmap probe 增加低于当前 last_index 的写入断言,确认返回 IDX_OK、last_index 不变且数据可读回,减少 tooldata_mmap 后端替换风险。
检查:./test-linuxcnc-wasm-tooldata-link.sh;./test-native.sh;./test-linuxcnc-source-link.sh。
2026-06-06 12:48:33 +08:00
..
2026-05-22 04:43:21 +08:00
2026-06-06 08:26:21 +08:00
2026-06-05 16:04:23 +08:00
2026-05-30 10:03:21 +08:00
2026-06-06 12:48:33 +08:00
2026-06-03 22:07:57 +08:00