CheckForPvallocOverflow was introduced with D35818 to detect when pvalloc
would wrap when rounding up to the next multiple of the page size.
Add this check to TSan's pvalloc implementation.
Paths
| Differential D36103
[tsan] Check for pvalloc overlow AbandonedPublic Authored by cryptoad on Jul 31 2017, 12:29 PM.
Details
Summary CheckForPvallocOverflow was introduced with D35818 to detect when pvalloc Add this check to TSan's pvalloc implementation.
Diff Detail
Revision Contents
Diff 108973 lib/tsan/rtl/tsan_mman.cc
lib/tsan/tests/unit/tsan_mman_test.cc
|