This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Add common interceptor for wcrtomb.
ClosedPublic

Authored by EricWF on Aug 24 2015, 8:48 PM.

Details

Summary

Currently there is a libc++ test failing under MSAN because wcrtomb is not intercepted. This patch adds an interceptor for it.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 33046.Aug 24 2015, 8:48 PM
EricWF retitled this revision from to [compiler-rt] Add common interceptor for wcrtomb. .
EricWF updated this object.
EricWF added reviewers: samsonov, eugenis.
EricWF added a subscriber: llvm-commits.
eugenis accepted this revision.Aug 25 2015, 11:10 AM
eugenis edited edge metadata.

LGTM

lib/sanitizer_common/sanitizer_common_interceptors.inc
2742

wow that's weird formatting. Could you fix it here and above?

This revision is now accepted and ready to land.Aug 25 2015, 11:10 AM
EricWF closed this revision.Aug 25 2015, 5:15 PM