Immutable
release. Only release title and notes can be modified.
Patch Changes
-
3921285: fix: make vendored protobuf-c header resolution robust against header-search-path loss
Relocate the vendored
protobuf-c.{h,c}next toPLCrashReport.pb-c.h, the only
source that includesprotobuf-c.hacross directories, so the include resolves via
the compiler's same-directory rule instead of aHEADER_SEARCH_PATHSentry. This
prevents intermittent'protobuf-c.h' file not foundbuild failures when a
consumer's build drops the pod's header search paths.