]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.
authorAndy Polyakov <appro@openssl.org>
Sun, 2 Apr 2017 20:00:15 +0000 (22:00 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 4 Apr 2017 21:10:41 +0000 (23:10 +0200)
commita91bfe2f55892f625d5a30171efa0fdfd2814abe
tree2f98e6d4adbe988fec163a305d24d00ea882732d
parent3f524f77bc2de6deba582997a72200a41aef9fcf
crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.

It seems to be problematic to probe processor capabilities with SIGILL
on MacOS X. The problem should be limited to cases when application code
is debugged, but crashes were reported even during normal execution...

[backport of 0bd93bbe4ae60e5f318b298bfe617e468a7b71d0]

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ppccap.c