• Harvey Tuch's avatar
    Fix some UBSAN warnings. · 0f8e6d14
    Harvey Tuch authored
    * external/com_google_protobuf/src/google/protobuf/stubs/strutil.cc:1122:9: runtime error: negation of -9223372036854775808 cannot be represented in type 'google::protobuf::int64' (aka 'long'); cast to an unsigned type to negate this value to itself
    
    * Bad external/com_google_protobuf/src/google/protobuf/text_format.cc:1320:14: runtime error: null pointer passed as argument 1, which is declared to never be null
      /usr/include/string.h:62:62: note: nonnull attribute specified here
    Signed-off-by: 's avatarHarvey Tuch <htuch@google.com>
    0f8e6d14
text_format.cc 87.9 KB