[openssl/openssl] 5e569f: Fix coverity 1516093 tainted scalar

Todd Short noreply at github.com
Thu Oct 20 23:36:54 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 5e569f0a2e11a59cab7b6f525865232e7770e2f0
      https://github.com/openssl/openssl/commit/5e569f0a2e11a59cab7b6f525865232e7770e2f0
  Author: Todd Short <tshort at akamai.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M ssl/t1_trce.c

  Log Message:
  -----------
  Fix coverity 1516093 tainted scalar

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19440)


  Commit: d06d5d6b68f39c7f75f1130f984efa78c291fb57
      https://github.com/openssl/openssl/commit/d06d5d6b68f39c7f75f1130f984efa78c291fb57
  Author: Todd Short <tshort at akamai.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M ssl/statem/statem_clnt.c

  Log Message:
  -----------
  Fix coverity 1516094 uninit

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19440)


  Commit: dc45bfb4b452ba5a876ebf48791217b69d092ff9
      https://github.com/openssl/openssl/commit/dc45bfb4b452ba5a876ebf48791217b69d092ff9
  Author: Todd Short <tshort at akamai.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M test/cert_comp_test.c

  Log Message:
  -----------
  Fix coverity 1516095 deadcode

Unless multiple compression algorithms are configured, test 3 is
not run, so anything looking at `test == 3` is considered dead code.

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19440)


Compare: https://github.com/openssl/openssl/compare/efd59f7a37bf...dc45bfb4b452


More information about the openssl-commits mailing list