commit | 017e1aab88c002bac7655e907b74bacea6845b08 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Fri Nov 14 22:23:57 2014 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Fri Nov 14 22:23:57 2014 +0000 |
tree | 1d135345dbadd31e87c0d191494a192a5d028d08 | |
parent | 1383dc5bd076263bb1c5750741041213af877b56 [diff] |
Initialize pointer in string conversion helpers to prevent MSAN diagnostic. Since the initialization of the pointer happens across the libc library boundry MSAN will not know the pointer was initialized. This fixes MSAN failures in test/strings/string.conversions. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@222052 91177308-0d34-0410-b5e6-96231b3b80d8