OSDN Git Service

[wasm] Fix uninitialized memory introduced in r330749.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2018 20:30:56 +0000 (20:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 24 Apr 2018 20:30:56 +0000 (20:30 +0000)
commit8801c5f87be0b9f0aafef294e0be61493a8bd539
treef0c700ea2a9b180d27fc8f9fac679243a049056a
parent46e550273c4f3fd04407f2521b9456256272d52d
[wasm] Fix uninitialized memory introduced in r330749.

Found with MSan. This was causing all the WASM MC tests to fail about
10% of the time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330764 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/WasmObjectWriter.cpp