commit | a5a95f8d65c2c616ebee13ae4b33eacde34bb2d3 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Thu Aug 04 21:06:53 2016 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Thu Aug 11 13:46:06 2016 +0200 |
tree | 4312608d21154ead7d1f1607795b6697885928a0 | |
parent | 7123aa81e9fb19afb11fdf3850662c5f7ff1f19c [diff] |
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>