[openssl/openssl] d92a5d: Do not check definition of a macro and use it in a...

Tomáš Mráz noreply at github.com
Thu Jan 12 09:49:21 UTC 2023


  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: d92a5da5ae2f67df449080a54795158bdeab1718
      https://github.com/openssl/openssl/commit/d92a5da5ae2f67df449080a54795158bdeab1718
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M crypto/mem_sec.c

  Log Message:
  -----------
  Do not check definition of a macro and use it in a single condition

The condition evaluation in #if conditions does not tolerate this
if the macro is not defined.

Fixes #19628

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20018)

(cherry picked from commit a509b97d2c4efd96e231913d49544ac7cb36b51b)




More information about the openssl-commits mailing list