jhump / protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers
Apache License 2.0
1.35k stars 172 forks source link

Update protocompile, which fixes possible panic in ParseButDontLink #621

Closed jhump closed 2 months ago

jhump commented 2 months ago

This resolves #620. Adds the repro test case to prevent regressions. (The repro case in that bug report was also added to test cases in the underlying protocompile package here).