[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH] arm: Expand memory validation
From: |
MyungJoo Ham |
Subject: |
Re: [Libunwind-devel] [PATCH] arm: Expand memory validation |
Date: |
Mon, 28 Mar 2016 04:38:59 +0000 (GMT) |
>
> Prevent SIGSEGV for write as well as read.
>
> Signed-off-by: MyungJoo Ham <address@hidden>
> ---
> src/arm/Ginit.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Please note that this issue is often observed with
dotnet/coreclr project:
https://github.com/dotnet/coreclr/blob/master/Documentation/building/linux-instructions.md#build-for-armlinux
And a fork of libunwind has been doing similar things:
https://android.googlesource.com/platform/external/libunwind/+/master/src/arm/Ginit.c
(map_local_is_writable())
Cheers,
MyungJoo