You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repr: Harden proto/Row decoding against malformed input (#36984)
Hardens `mz-repr` proto/Row decoding against malformed/untrusted bytes —
these paths are reachable from persisted state and the wire, so a panic
is an availability bug. Replaces panics/asserts with proper decode
errors and validates ranges (Date, CheckedTimestamp, ProtoNumeric,
ProtoRange, ProtoRelationDesc, ProtoRow dict ordering, uuid parsing,
leap-second truncation, Avro decimal).
Found by the cargo-fuzz suite ([separate infra
PR](#36982)). Each fix
has a regression test.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Moritz Hoffmann <antiguru@gmail.com>
0 commit comments