This is an archive of the discontinued LLVM Phabricator instance.

Ignore stack-buffer-overflow in std::_Find_elem<*> / std::num_get<...>::_Getifld
ClosedPublic

Authored by timurrrr on May 7 2014, 7:44 AM.

Details

Reviewers
kcc
Summary

Without this, we can't use std::cin with ASan

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 9175.May 7 2014, 7:44 AM
timurrrr retitled this revision from to Ignore stack-buffer-overflow in std::_Find_elem<*> / std::num_get<...>::_Getifld.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added a reviewer: kcc.
timurrrr added a subscriber: Unknown Object (MLST).
kcc accepted this revision.May 7 2014, 7:46 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 7 2014, 7:46 AM
timurrrr closed this revision.May 7 2014, 7:49 AM

r208215, thanks!