]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
gost_ec_keyx: Fix CID 253283 Unchecked return value in VKO_compute_key 175/head
authorVitaly Chikunov <vt@altlinux.org>
Wed, 25 Sep 2019 23:19:36 +0000 (02:19 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Wed, 25 Sep 2019 23:23:37 +0000 (02:23 +0300)
commitc5f0de15ca67f9324589bc0d2575f98e8f04881c
treef8d2b40f827d89bf869492418ce2aa754fdde813
parent83ede985968783114a08745293ba60db7a14b6c5
gost_ec_keyx: Fix CID 253283 Unchecked return value in VKO_compute_key

Calling EC_POINT_get_affine_coordinates() without checking
return value.
Some fixes for Coverity Scan from issue #174.
gost_ec_keyx.c