Merge "riscv64: fix the name of Zisslpcfi." am: d3733e1edd

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2552295

Change-Id: I513ab325736ca8730f4d62363b20d52bebb7e470
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-22 02:04:36 +00:00 committed by Automerger Merge Worker
commit 949a2b0d45

View file

@ -137,7 +137,7 @@ class pthread_internal_t {
// clobber x18 on arm64, therefore each process must declare early during
// process startup whether it might load legacy code.
// TODO: riscv64 has no legacy code, so we can actually go this route
// there, but hopefully we'll actually get the Zsslpcfi extension instead.
// there, but hopefully we'll actually get the Zisslpcfi extension instead.
// 2) Mark the guard region as such using prctl(PR_SET_VMA_ANON_NAME) and
// discover its address by reading /proc/self/maps. One issue with this is
// that reading /proc/self/maps can race with allocations, so we may need