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
b/190640998: Add fuzz test for MessageReader (#61)
**Notes**
This fuzz tests the buffering, chuck reading, and gRPC delimiter parsing logic in `MessageReader`.
The flow is as follows:
1) Add fuzzed data to an input stream, split across multiple chunks
2) Call `MessagerReader` to parse the data from the input stream
3) If more buffering is needed, re-run steps 1-2
**Why fuzz this target?**
- It parses gRPC wire data
- It handles untrusted downstream client input
- It buffers data
**Testing done**
- Ran in fuzzing mode locally, no crashes
0 commit comments