crypto/sparcv9cap.c: fix overstep in getisax.
authorAndy Polyakov <appro@openssl.org>
Thu, 4 Aug 2016 19:06:53 +0000 (21:06 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 11 Aug 2016 11:46:06 +0000 (13:46 +0200)
commita5a95f8d65c2c616ebee13ae4b33eacde34bb2d3
tree4312608d21154ead7d1f1607795b6697885928a0
parent7123aa81e9fb19afb11fdf3850662c5f7ff1f19c
crypto/sparcv9cap.c: fix overstep in getisax.

Problem was introduced in 299ccadcdb99001c618d188fb243c1caaaa86a1c
as future extension, i.e. at this point it wasn't an actual problem,
because uninitialized capability bit was not actually used.

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/sparcv9cap.c