Coverity Scan: Analysis completed for openssl/openssl

2022-10-23 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yoN-2BQSVjTtaSz8wS4wOr7HlekBtV1P4YRtWclMVkCdvAA-3D-3Di2BU_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeHIqesesBz-2BPECLE2-2FXUUqEn8tj7p1yY2TKublBYcRChNmDzcerYacDCkLzqVIOGannZGruiq-2BrvAZkc4oWeTUu3OC-2F69ONIgiu-2BFDIVLc93flBhC8J2wMvFMKAwGNomcmJXHrUr3WfQhDjo90tGS5KIW3bMpgQpM7dItZbw75Amti2BdzxfeEnmS1hLuAhPuo-3D

Build ID: 489002

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1



[openssl/openssl] 3e9ce2: Checking the return of BIO_new_fp(). If it returns...

2022-10-23 Thread Jerry
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 3e9ce25c6a312300e446690e87b6231bedf727e0
  
https://github.com/openssl/openssl/commit/3e9ce25c6a312300e446690e87b6231bedf727e0
  Author: xkernel 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M apps/lib/apps.c

  Log Message:
  ---
  Checking the return of BIO_new_fp(). If it returns NULL, then it is 
unnecessary to build the BIO chain and better make the caller directly return 
NULL

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19445)

(cherry picked from commit fb03e6145961005a6db011d2f36660d2eed734e2)




[openssl/openssl] fb03e6: Checking the return of BIO_new_fp(). If it returns...

2022-10-23 Thread Jerry
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: fb03e6145961005a6db011d2f36660d2eed734e2
  
https://github.com/openssl/openssl/commit/fb03e6145961005a6db011d2f36660d2eed734e2
  Author: xkernel 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M apps/lib/apps.c

  Log Message:
  ---
  Checking the return of BIO_new_fp(). If it returns NULL, then it is 
unnecessary to build the BIO chain and better make the caller directly return 
NULL

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19445)




[openssl/openssl] c7a02b: doc: fix copy/paste error

2022-10-23 Thread Pauli
  Branch: refs/heads/OpenSSL_1_1_1-stable
  Home:   https://github.com/openssl/openssl
  Commit: c7a02ba09e3c3088d635a91ab179a1e7bdd5e340
  
https://github.com/openssl/openssl/commit/c7a02ba09e3c3088d635a91ab179a1e7bdd5e340
  Author: Pauli 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M doc/man3/OPENSSL_init_crypto.pod

  Log Message:
  ---
  doc: fix copy/paste error

Fixes #19460

Reviewed-by: Tim Hudson 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/19461)

(cherry picked from commit 5b9480fc1e814bf8fa2dce0dbbede147f04d477c)




[openssl/openssl] 5b9480: doc: fix copy/paste error

2022-10-23 Thread Pauli
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 5b9480fc1e814bf8fa2dce0dbbede147f04d477c
  
https://github.com/openssl/openssl/commit/5b9480fc1e814bf8fa2dce0dbbede147f04d477c
  Author: Pauli 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M doc/man3/OPENSSL_init_crypto.pod

  Log Message:
  ---
  doc: fix copy/paste error

Fixes #19460

Reviewed-by: Tim Hudson 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/19461)




[openssl/openssl] f713ec: doc: fix copy/paste error

2022-10-23 Thread Pauli
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: f713ec7d9d146194ca572f7b7f8cc3434119f400
  
https://github.com/openssl/openssl/commit/f713ec7d9d146194ca572f7b7f8cc3434119f400
  Author: Pauli 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M doc/man3/OPENSSL_init_crypto.pod

  Log Message:
  ---
  doc: fix copy/paste error

Fixes #19460

Reviewed-by: Tim Hudson 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/19461)

(cherry picked from commit 5b9480fc1e814bf8fa2dce0dbbede147f04d477c)




[openssl/openssl] 7ccccb: Fix coverity 1516101 deadcode

2022-10-23 Thread faramir-dev
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 7b26d6de39eced5b16ffce6040c9547bfe74
  
https://github.com/openssl/openssl/commit/7b26d6de39eced5b16ffce6040c9547bfe74
  Author: Daniel Fiala 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M ssl/d1_lib.c

  Log Message:
  ---
  Fix coverity 1516101 deadcode

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19464)




[openssl/openssl] 4f3275: crypto: thread: remove ossl_crypto_thread_native_t...

2022-10-23 Thread ckalina
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 4f32754f79d697e3af78d821296fd02fbba6e186
  
https://github.com/openssl/openssl/commit/4f32754f79d697e3af78d821296fd02fbba6e186
  Author: Čestmír Kalina 
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
M crypto/thread/arch.c
M crypto/thread/arch/thread_none.c
M crypto/thread/arch/thread_posix.c
M crypto/thread/arch/thread_win.c
M include/internal/thread_arch.h
M test/threadstest.c

  Log Message:
  ---
  crypto: thread: remove ossl_crypto_thread_native_terminate

Signed-off-by: Čestmír Kalina 

Reviewed-by: Tomas Mraz 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19473)