OSDN Git Service

Fix use of uninitialized bool, found by ubsan in portion of
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 Oct 2015 22:09:56 +0000 (22:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 Oct 2015 22:09:56 +0000 (22:09 +0000)
commit213ae79e1a6e4e3c5c94a6a089f361d63f4267ea
tree33425b3bf1ab363950461941277e4111f8100256
parent84477d139097de85c5d33053da2f8772ed0ef80b
Fix use of uninitialized bool, found by ubsan in portion of
test/tools/llvm-objdump/malformed-machos.test added in r249845.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249909 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp