Use internal_memset to initialize this variable.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 Oct 2013 18:11:57 +0000 (18:11 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 Oct 2013 18:11:57 +0000 (18:11 +0000)
commitb745eec4e46f00e162b39600c47435b6ab24690a
tree5aa4a906f5d2d7c5cfa5ea792b5647ba1afd0876
parent4ed49b5301ab46df4a768f53d377508ca746562e
Use internal_memset to initialize this variable.

Otherwise, the compiler may use memset in non-optimized builds, which is
forbidden in the nolibc part of the runtime.

llvm-svn: 193098
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc