Commit 0a59e2dc authored by Andy Polyakov's avatar Andy Polyakov
Browse files

bn/asm/x86_64-mont5.pl: fix valgrind error.



bn_get_bits5 was overstepping array boundary by 1 byte. It was exclusively
read overstep and data could not have been used. The only potential problem
would be if array happens to end on the very edge of last accesible page.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 69567687)
parent 0945bfcb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment