crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.
authorAndy Polyakov <appro@openssl.org>
Sat, 1 Apr 2017 13:28:28 +0000 (15:28 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 2 Apr 2017 18:45:59 +0000 (20:45 +0200)
commit0bd93bbe4ae60e5f318b298bfe617e468a7b71d0
tree5060765563100fa73d08a7784178e3fe2de873a9
parentd83112b7fd3b0e751f8a5947e5a93db1cbbe86dc
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...

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ppccap.c