diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2016-09-30 19:57:21 +0000 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2016-09-30 19:57:21 +0000 |
commit | ada27614074f52ffdecbdb8c493fb512105c594f (patch) | |
tree | 04a917e3b08a12ff0cbd78278a44acf44c2704f1 /llvm/lib/Support/PrettyStackTrace.cpp | |
parent | 7a406e78b3b67a7f5cd694f0cdcce1a23216bca1 (diff) | |
download | llvm-ada27614074f52ffdecbdb8c493fb512105c594f.zip llvm-ada27614074f52ffdecbdb8c493fb512105c594f.tar.gz llvm-ada27614074f52ffdecbdb8c493fb512105c594f.tar.bz2 |
[scudo] Fix an edge case in the secondary allocator
Summary:
s/CHECK_LT/CHECK_LE/ in the secondary allocator, as under certain circumstances
Ptr + Size can be equal to MapEnd. This edge case was not found by the current
tests, so those were extended to be able to catch that.
Reviewers: kcc
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D25101
llvm-svn: 282913
Diffstat (limited to 'llvm/lib/Support/PrettyStackTrace.cpp')
0 files changed, 0 insertions, 0 deletions