ziranliu
Results
1
issues of
ziranliu
I found proto.Marshal() would panic in the following case: test.proto: ``` syntax = "proto3"; package main; message Foo { } message Bar { repeated Foo foos = 1; } ```...