[PATCH] D25026: [asan] Move instrumented null-terminated strings to a special section

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 10:34:25 PDT 2016


zaks.anna accepted this revision.
zaks.anna added inline comments.
This revision is now accepted and ready to land.


> zaks.anna wrote in AddressSanitizer.cpp:1516
> Should this have SectionKind::getReadOnly()?

Kuba pointed out that this API does not take the Kind. The section will be read-only because it is in the __TEXT segment.

https://reviews.llvm.org/D25026





More information about the llvm-commits mailing list