v34.2
Protocol Buffers v34.2
Fixed 3
- Workaround for attribute handling bug in gcc < 13
- Avoid theoretical overflow of uintptr_t in AddAllLinkedExtensions
- Fixed two GCC-only issues around upb's generated extension registry
Removed 1
- Remove unused dependency on aspect_bazel_lib
Announcements
- Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Bazel
- Remove unused dependency on aspect_bazel_lib (https://github.com/protocolbuffers/protobuf/commit/784a77f6e7705df26380980927623c38d67990be)
C++
- Workaround for attribute handling bug in gcc < 13 (https://github.com/protocolbuffers/protobuf/commit/1a5c5c5d8a2292e73e82f8479e87266008b910c4)
upb
- Avoid theoretical overflow of uintptr_t in AddAllLinkedExtensions (https://github.com/protocolbuffers/protobuf/commit/08d520af12637296c7b902effdf351aa1fb30fa4)
- Fixed two GCC-only issues around upb's generated extension registry (https://github.com/protocolbuffers/protobuf/commit/33debf38ec37fa93f8236c3bb7694f57e1eecb5a)