]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/cmp.c
cmp: remove NULL check.
authorPauli <paul.dale@oracle.com>
Sun, 28 Jun 2020 22:29:10 +0000 (08:29 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 5 Jul 2020 03:20:09 +0000 (13:20 +1000)
commit9283e9bd115cac8be3cf4241c8873fc10aeebb2d
treee568a333eb2bab85d8546e1d77c28ddf3f72cc67
parentc4d02214053d34990ce28598691f3dddef6f3868
cmp: remove NULL check.

Instead appease coverity by marking 1464986 as a false positive.
Coverity is confused by the engine reference counting.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12309)
apps/cmp.c