[openssl/openssl] b9e374: crypto/bio: drop float formating for UEFI
    Gerd Hoffmann 
    noreply at github.com
       
    Tue Jan 31 10:30:16 UTC 2023
    
    
  
  Branch: refs/heads/OpenSSL_1_1_1-stable
  Home:   https://github.com/openssl/openssl
  Commit: b9e3749eb2ded7313459985978bb3ecc4374ff21
      https://github.com/openssl/openssl/commit/b9e3749eb2ded7313459985978bb3ecc4374ff21
  Author: Gerd Hoffmann <kraxel at redhat.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)
  Changed paths:
    M crypto/bio/b_print.c
  Log Message:
  -----------
  crypto/bio: drop float formating for UEFI
Using floating point is not supported in UEFI and can cause build
problems, for example due to SSE being disabled and x64 calling
convention passing floats in SSE registers.
Avoid those problems by not compiling the formating code for floating
point numbers.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19738)
    
    
More information about the openssl-commits
mailing list