[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 for time...
authorAlexander Potapenko <glider@google.com>
Wed, 18 Jun 2014 09:27:40 +0000 (09:27 +0000)
committerAlexander Potapenko <glider@google.com>
Wed, 18 Jun 2014 09:27:40 +0000 (09:27 +0000)
commit853a232e6647612fee168b776add72f510d2e0d3
tree8e98f26719226eaff035045361f315cf55232ab5
parentc217c4047aeb5791b4210c8c6a31483f20a99214
[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 for time() and frexp()
Add a test for the frexp() interceptor.
Annotate the interceptors that may potentially corrupt stack IDs of freed buffers with FIXME comments.

llvm-svn: 211153
compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
compiler-rt/test/asan/TestCases/frexp_interceptor.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/time_interceptor.cc