]> git.ipfire.org Git - thirdparty/nettle.git/commit
Fix for in-place ecc_add_eh.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 18 Jul 2017 18:52:30 +0000 (20:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 18 Jul 2017 18:54:40 +0000 (20:54 +0200)
commitdcda81d796de2f4a16fd7e9e7a5d07baa288f147
tree58f4840f93565f258f6a69461105405e006e39aa
parentfd2dc9b0f7ae9cdf126010674a6c7c2e1888a313
Fix for in-place ecc_add_eh.

* ecc-add-eh.c (ecc_add_eh): Fix in-place operation by reordering
two multiplies. Previously, in-place operation resulted in an
invalid call to mpn_mul with overlapping operands. Reported by
Sergei Trofimovich.
ChangeLog
ecc-add-eh.c