[esan] Fix uninitialized warning from interception context
authorDerek Bruening <bruening@google.com>
Mon, 25 Apr 2016 03:56:20 +0000 (03:56 +0000)
committerDerek Bruening <bruening@google.com>
Mon, 25 Apr 2016 03:56:20 +0000 (03:56 +0000)
commit3441644245b6986d746d82a55e0788071738dadf
treef91e2404807d4ca22a884ed301102a54df11e8c4
parent884455e9bd42de4ec2400c6e79ca1a9109aed9f4
[esan] Fix uninitialized warning from interception context

The interception context is not used by esan, but the compiler complains
about it being uninitialized all the same.  We set it to null to avoid the
warning.

llvm-svn: 267376
compiler-rt/lib/esan/esan_interceptors.cpp