mirror of https://github.com/grpc/grpc.git
[chaotic-good] Fix frame fuzzer error. (#34794)
The frame fuzzer constructs random bytes and frame header to test serialization and deserialization. There are error cases where the frame header isn't constructed correctly and isn't align with the serialized bytes. Added checks in frame header parser and initialize frame header's flags and header/trailer length in serialization. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/34831/head
parent
c2f49c2d3b
commit
248ce57f30
2 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue