]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use getauxval on Android with API level > 18
authorLars Immisch <immisch@adobe.com>
Thu, 5 Mar 2020 10:26:06 +0000 (11:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 15 Jun 2021 10:53:26 +0000 (12:53 +0200)
commita5d250e57e88650986e8cf2dff6c698c50eb3255
treef56587a362ea78e58a0c8169f5dcd47b1422817f
parent5bbe2134188a45a937e7aefd46b7eeee258d0ab8
Use getauxval on Android with API level > 18

We received analytics that devices of the device family Oppo A37x
are crashing with SIGILL when trying to load libcrypto.so.
These crashes were fixed by using the system-supplied getauxval function.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11257)
crypto/armcap.c