[all-commits] [llvm/llvm-project] c823cb: [scudo][Fuchsia] Don't assume MapPlatformData::Vma...
Alex Brachet via All-commits
all-commits at lists.llvm.org
Mon Jul 11 10:41:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c823cbf699e9324dc1448a46b11941fb3030f97d
https://github.com/llvm/llvm-project/commit/c823cbf699e9324dc1448a46b11941fb3030f97d
Author: Alex Brachet <abrachet at google.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M compiler-rt/lib/scudo/standalone/fuchsia.cpp
Log Message:
-----------
[scudo][Fuchsia] Don't assume MapPlatformData::Vmar is valid
After https://reviews.llvm.org/D129237, the assumption
that any non-null data contains a valid vmar handle is no
longer true. Generally this code here needs cleanup, but
in the meantime this fixes errors on Fuchsia.
Differential Revision: https://reviews.llvm.org/D129331
More information about the All-commits
mailing list