diff options
author | Henner Zeller <hzeller@google.com> | 2023-03-15 11:09:56 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-03-15 11:10:48 -0700 |
commit | e5b65f172a2fbf488dc1927d86c8f3671d6b032f (patch) | |
tree | 964c88fe996469949c9e2a61d8c81ea2910d974f /create_lts.py | |
parent | 6d41348a3c07d5acd4060b4c873d0801a674d059 (diff) | |
download | abseil-e5b65f172a2fbf488dc1927d86c8f3671d6b032f.tar.gz abseil-e5b65f172a2fbf488dc1927d86c8f3671d6b032f.tar.bz2 abseil-e5b65f172a2fbf488dc1927d86c8f3671d6b032f.zip |
Avoid uninitialized value in call_once implementation.
There is a path in which the guard_result_ member is
not initialized; this is benign as the code makes
sure that it only accesses an initialized state.
Static analysis tools (such as clang-tidy) might not
see that however, so to make them happy, initialize
that value.
PiperOrigin-RevId: 516876319
Change-Id: I1bd2e97ad9e1daaa1397f306df993de13f7e684e
Diffstat (limited to 'create_lts.py')
0 files changed, 0 insertions, 0 deletions