summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-11-17 23:26:06 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-11-17 23:26:06 +0000
commit1e80f2a9e84781b4b61e16f674618d4f8d0369ea (patch)
treee4c1e91fd244f3186c528fb4cf076f5cacbfd180 /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp
parent99556877aec2c39fbdf1c62a2caba5b7fccff613 (diff)
downloadbcm5719-llvm-1e80f2a9e84781b4b61e16f674618d4f8d0369ea.tar.gz
bcm5719-llvm-1e80f2a9e84781b4b61e16f674618d4f8d0369ea.zip
Fix read-of-uninitialized introduced in r253277 exposed on some buildbots
Verified that this was at least /an/ issue, if not the only one, by initializing NumBuckets to 1 (previously it was uninitialized, so if this change made a difference, which it did (causing a bunch of tests to crash) it demonstrates use-of-uninitialized memory). Initializing then removes the crashes. Thanks Reid for the debugging assistance llvm-svn: 253395
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud