protobuf_c_message_unpack(): initialize tmp.length_prefix_len
this should silence Coverity #1153648, which complains because tmp.length_prefix_len is uninitialized for certain wire types when copied on line 2486: scanned_member_slabs[which_slab][in_slab_index++] = tmp;
Showing
Please register or sign in to comment