diff --git a/src/processor/range_map-inl.h b/src/processor/range_map-inl.h index 860314f5..d1a194f3 100644 --- a/src/processor/range_map-inl.h +++ b/src/processor/range_map-inl.h @@ -57,7 +57,7 @@ template bool RangeMap::StoreRangeInternal( const AddressType& base, const AddressType& delta, const AddressType& size, const EntryType& entry) { - AddressType high; + AddressType high = AddressType(); bool high_ok = false; if (size > 0) { std::pair result = AddWithOverflowCheck(base, size - 1);