With gcc (tested versions: 11.3.0, 12.2.0) compiled with asan, the `type_id` variable is warned about maybe being used uninitialized in the later call: ``` ptr = ParseFieldMaybeLazily(static_cast<uint64_t(type_id) * 8 + 2, ptr, extendee, metadata, ctx); ``` This change initializes the variable to a defined default. PiperOrigin-RevId: 507883964pull/11843/head
parent
41336a0c35
commit
f58d0b56e3
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue