See D19555 for rationale. As it turns out, this treatment is also necessary
for scanf/printf.
Details
Details
- Reviewers
kcc eugenis - Commits
- rGb3d93889f513: [sanitizers] Get the proper printf/scanf version when long double transition is…
rCRT288064: [sanitizers] Get the proper printf/scanf version when long double transition is…
rL288064: [sanitizers] Get the proper printf/scanf version when long double transition is…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
__isoc99_* were added after the transition and are unaffected; snprintf_l is BSD-only.