[ASan] One more fix for realloc: check that reallocated chunk is valid before calling...
commit049c91975f7515206d6cd7d104af51a542bb72e7
authorAlexey Samsonov <samsonov@google.com>
Thu, 6 Jun 2013 08:25:31 +0000 (6 08:25 +0000)
committerAlexey Samsonov <samsonov@google.com>
Thu, 6 Jun 2013 08:25:31 +0000 (6 08:25 +0000)
tree13eec9357c88ff26d3d1da54e6ff0693399156f2
parentfa50ea7718f094f3737dad23e7bc6b6c086e362b
[ASan] One more fix for realloc: check that reallocated chunk is valid before calling memcpy

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@183390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_allocator2.cc