From 56ae807dbd10d6bfaec61e8a004149f0ad3c6190 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 23 Oct 2020 14:23:43 -0700 Subject: [PATCH] Sync from Piper @338744130 PROTOBUF_SYNC_PIPER --- src/google/protobuf/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/map.h b/src/google/protobuf/map.h index 390455e8d8..17090f0063 100644 --- a/src/google/protobuf/map.h +++ b/src/google/protobuf/map.h @@ -455,7 +455,7 @@ class Map { num_elements_(0), num_buckets_(internal::kGlobalEmptyTableSize), seed_(0), - index_of_first_non_null_(num_buckets_), + index_of_first_non_null_(internal::kGlobalEmptyTableSize), table_(const_cast(internal::kGlobalEmptyTable)), alloc_(arena) {}