[libcxx-commits] [PATCH] D136765: [ASan][libcxx] Annotating std::vector with all allocators
Tacet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 20 20:11:35 PST 2023
AdvenamTacet added a comment.
This revision passed automatic tests. To confirm that it's working, I used those changes to compile a bunch of random harnesses (~45) from Chromium and I'm fuzzing using them right now. Everything works.
The problem with false positives was caused by incorrect use/missing use of `__annotate_delete()` and should be fixed with that revision. Just the fix to that problem was suggested in D144155 <https://reviews.llvm.org/D144155> but moved here, look there for details.
I believe the patch is ready to be merged again. Please, let me know if there is anything else to do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136765/new/
https://reviews.llvm.org/D136765
More information about the libcxx-commits
mailing list