aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2017-08-16 07:22:49 +0000
committerChandler Carruth <chandlerc@gmail.com>2017-08-16 07:22:49 +0000
commitbacb80d0d9fb9e11f6eefc0ca12648c29ca688a3 (patch)
tree2dac82ef7ba8fdc73d0abff4c2e0c69bf55e66d5 /llvm/lib/Bitcode
parent92f32d0c5359e23036ba609e44208d2a4bf038e4 (diff)
downloadllvm-bacb80d0d9fb9e11f6eefc0ca12648c29ca688a3.zip
llvm-bacb80d0d9fb9e11f6eefc0ca12648c29ca688a3.tar.gz
llvm-bacb80d0d9fb9e11f6eefc0ca12648c29ca688a3.tar.bz2
Fix a UBSan failure where this boolean was copied when uninitialized.
When r310905 moved the pointer and bool out of a PointerIntPair, it made them end up uninitialized and caused UBSan failures when copying the uninitialized boolean. However, making the pointer be null should avoid the reference to the boolean entirely. llvm-svn: 310994
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions