There were some tests added that attempted to access files after they
were closed to test errno behavior, this caused sanitizer issues. Those
portions of the tests have been disabled.
Details
Details
- Reviewers
- None
- Commits
- rG816b5e546c65: [libc] remove use after free in tests.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/test/src/stdio/fileop_test.cpp | ||
---|---|---|
128 | Looks like these were added in https://reviews.llvm.org/D139576. If there are incorrect, they should be removed. If they are correct and the fix is expected to land separately, then please file a bug explaining the expected behavior in detail and add a TODO here which links to that bug. |
Looks like these were added in https://reviews.llvm.org/D139576. If there are incorrect, they should be removed. If they are correct and the fix is expected to land separately, then please file a bug explaining the expected behavior in detail and add a TODO here which links to that bug.