Skip to content
Commit fa76f3b3 authored by Sergey Matveev's avatar Sergey Matveev
Browse files

[MSan] Add __msan_unpoison_string() to the public interface.

Using __msan_unpoison() on null-terminated strings is awkward because
strlen() can't be called on a poisoned string. This case warrants a special
interface function.

llvm-svn: 204448
parent 93679896
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment