CrowdStrike / csproto

CrowdStrike's Protocol Buffers library
MIT License
124 stars 13 forks source link

fix: address several compatibility issues #66

Closed dylan-bourque closed 2 years ago

dylan-bourque commented 2 years ago

add bounds check to all Decode* methods on Decoder to avoid panics add ClearAllExtensions function add additional docs around behavior proto2 extensions add more detail to the migration guide