From d7c88780e1df54f34563d60bd7fa01011d2eef03 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期一, 26 一月 2026 23:17:17 +0800
Subject: [PATCH] 1.CSVData.cpp 里 unserialize 用了 8*2、125*2,但 serialize 只写 8 + 125 字节。 m_svRawData.insert 的 end 指针是 pszBuffer + 125*2,没有用 index 计算,可能把无效区域一起拷进去。 一旦 size 实际是 133(不是 266),就会直接越界,堆会被破坏,m_svDatas.clear() 在销毁元素时崩。

---
 SourceCode/Bond/x64/Debug/CollectionEventList.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/x64/Debug/CollectionEventList.txt b/SourceCode/Bond/x64/Debug/CollectionEventList.txt
index f8dbb53..a5f32aa 100644
--- a/SourceCode/Bond/x64/Debug/CollectionEventList.txt
+++ b/SourceCode/Bond/x64/Debug/CollectionEventList.txt
@@ -3,6 +3,10 @@
 301,AccessMode_To_Auto,,(301)
 600,ControlStateChanged,,(600)
 700,ProcessStateChanged,,(700)
+10018,ProcessDataReport,,(33)
+10015,SubEqpStart,,(10015)
+10016,SubEqpEnd,,(10016)
+10017,SubEqpStateChange,,(10017)
 10000,RecipeChanged,,(10000)
 10030,CarrierArrived,,(10300)
 10031,CarrierRemoved,,(10300)
@@ -52,3 +56,15 @@
 50010,Port_Blocked,,(50010)
 50011,OCR_PanelID_Read_OK,鎵爜浜嬩欢涓婃姤,(50012)
 50012,Port_Ready_To_Release,,(50013)
+50020,PortStateChange,,(50020)
+60000,BonderSVData,,(60000)
+61000,BonderProcessData,,(61000)
+62000,VacuumBakeSVData,,(62000)
+63000,VacuumBakeProcessData,,(63000)
+64000,BakeCoolingSVData,,(64000)
+65000,BakeCoolingProcessData,,(65000)
+66000,MeasurementSVData,,(66000)
+67000,MeasurementProcessData,,(67000)
+12000,UnitStart,,(12000)
+12001,UnitStateChange,,(12001)
+12002,UnitEnd,,(12002)

--
Gitblit v1.9.3