Files
gitks/actor
zhenyi 1dca8b3b78 fix(raft): add boundary checks and parse warnings to message deserialization
Add offset+length bounds checking to AppendEntriesRequest.from_bytes
to prevent slice panic. Cap entry count to 10000. Emit tracing::warn
when critical term fields fail to parse in Election and RoleChanged
messages.
2026-06-10 18:32:37 +08:00
..