This revision updates the description of
__sanitizer_annotate_contiguous_container in includes. Possibilites of
the function were changed in D132522 and it supports:
- unaligned beginning,
- shared first/last granule with other objects.
Differential D149341
[compiler-rt][ASan] Fix description of __sanitizer_annotate_contiguous_container AdvenamTacet on Apr 27 2023, 6:08 AM. Authored by
Details This revision updates the description of
Diff Detail
Event TimelineComment Actions Maybe it's a good idea to cherry-pick this commit into LLVM 16? That only updates a comment and new description is true since rGdd1b7b797a116eed588fd752fbe61d34deeb24e4. Comment Actions Maybe comment that unaligned beg/end may result in false negatives in those granules. No need to add detailed explanation why. Comment Actions This update adds a note that unalinged beginning and end may result in false negatives. PS |