-- 620668e56950d7cfc39db2cd321adf265199ad77 by Abseil Team <absl-team@google.com>: absl::random compiles (at least for some cases) with -Wconversion -Wsign-compare PiperOrigin-RevId: 419595521 -- 746651e5fbcab6080d25c4eef8617fc289a448f6 by Abseil Team <absl-team@google.com>: Annotate FlagImpl storage buffer Flag type can contain legit uninitialized bits, e.g. padding. When the code calls bit_cast as int64_t, it will contain those bits as well. Then when we pass the int into the store it's UB for C++ and will be reported by the new msan. PiperOrigin-RevId: 418666492 GitOrigin-RevId: 620668e56950d7cfc39db2cd321adf265199ad77 Change-Id: Idd1190f5c98a0a13c4019f3d92cec0313822084c
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| commandlineflag.cc | Loading commit data... | |
| commandlineflag.h | Loading commit data... | |
| flag.cc | Loading commit data... | |
| flag.h | Loading commit data... | |
| flag_msvc.inc | Loading commit data... | |
| parse.h | Loading commit data... | |
| path_util.h | Loading commit data... | |
| path_util_test.cc | Loading commit data... | |
| private_handle_accessor.cc | Loading commit data... | |
| private_handle_accessor.h | Loading commit data... | |
| program_name.cc | Loading commit data... | |
| program_name.h | Loading commit data... | |
| program_name_test.cc | Loading commit data... | |
| registry.h | Loading commit data... | |
| sequence_lock.h | Loading commit data... | |
| sequence_lock_test.cc | Loading commit data... | |
| usage.cc | Loading commit data... | |
| usage.h | Loading commit data... | |
| usage_test.cc | Loading commit data... |