diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-11-17 23:26:06 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-11-17 23:26:06 +0000 |
commit | 1e80f2a9e84781b4b61e16f674618d4f8d0369ea (patch) | |
tree | e4c1e91fd244f3186c528fb4cf076f5cacbfd180 /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp | |
parent | 99556877aec2c39fbdf1c62a2caba5b7fccff613 (diff) | |
download | bcm5719-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