]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix Coverity 1498612 & 1503221: integer overflow
authorPauli <pauli@openssl.org>
Thu, 31 Mar 2022 22:33:17 +0000 (09:33 +1100)
committerPauli <ppzgs1@gmail.com>
Sun, 3 Apr 2022 02:53:13 +0000 (12:53 +1000)
commit766a7d4676f08f815dd5070409e94954f4b64c6c
tree01770d8e022ac072d93b230c41a677a90a491343
parent07342bad1bf850657e1a1f21188ee9a8a75e3a19
Fix Coverity 1498612 & 1503221: integer overflow

Both are the same issue and both as false positives.  Annotate the line so
that this is ignored.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/18012)
crypto/ec/curve448/curve448.c