This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Get the proper printf/scanf version when long double transition is involved.
ClosedPublic

Authored by koriakin on Nov 24 2016, 3:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

koriakin retitled this revision from to [sanitizers] Get the proper printf/scanf version when long double transition is involved..
koriakin updated this object.
koriakin added reviewers: kcc, eugenis.
koriakin set the repository for this revision to rL LLVM.
koriakin added a project: Restricted Project.
koriakin added a subscriber: llvm-commits.
eugenis accepted this revision.Nov 28 2016, 1:22 PM
eugenis edited edge metadata.

What about functions like __isoc99_scanf and snprintf_l?

LGTM

This revision is now accepted and ready to land.Nov 28 2016, 1:22 PM

What about functions like __isoc99_scanf and snprintf_l?

LGTM

__isoc99_* were added after the transition and are unaffected; snprintf_l is BSD-only.

This revision was automatically updated to reflect the committed changes.