Details
Details
- Reviewers
vitalybuka - Commits
- rG2d56e1394b8f: [Sanitizer] Intercepts flopen/flopenat on FreeBSD.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
|---|---|---|
| 10057 | maybe move it close to fopen? | |
| 10079 | why do you need to define macro which used just one time? we use IMPL only for stuff which can be reused. | |
| compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp | ||
| 654 ↗ | (On Diff #359555) | unrelated, could you please land in a separate patch, OK without review |
maybe move it close to fopen?