On Mon, Jan 18, 2021 at 09:33:21PM +0800, Tianjia Zhang wrote:
> The base address of vDSO can be obtained through the library function
> `getauxval()`, so use `getauxval(AT_SYSINFO_EHDR)` instead of a custom
> implementation to simplify the code.
>
> Reported-by: Jia Zhang
> Signed-off-by: Tianji
The base address of vDSO can be obtained through the library function
`getauxval()`, so use `getauxval(AT_SYSINFO_EHDR)` instead of a custom
implementation to simplify the code.
Reported-by: Jia Zhang
Signed-off-by: Tianjia Zhang
---
tools/testing/selftests/sgx/main.c | 24 -
2 matches
Mail list logo