Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 8712db5e4e0c508de10e887aebf639384dc20710
      
https://github.openssl.org/openssl/openssl/commit/8712db5e4e0c508de10e887aebf639384dc20710
  Author: Pauli <[email protected]>
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
    M crypto/bn/bn_nist.c

  Log Message:
  -----------
  bn_nist: fix strict aliasing problem

As of clang-14 the strict aliasing is causing code to magically disappear.
By explicitly inlining the code, the aliasing problem evaporates.

Fixes #18225

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18258)


Reply via email to