[openssl/openssl] 2f8573: hurd: Fix dgram_sendmmsg

Samuel Thibault noreply at github.com
Tue Jan 16 10:51:56 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 2f85736e9c66248528f132d46508f06a0bb8dd88
      https://github.com/openssl/openssl/commit/2f85736e9c66248528f132d46508f06a0bb8dd88
  Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M crypto/bio/bss_dgram.c

  Log Message:
  -----------
  hurd: Fix dgram_sendmmsg

GNU/Hurd does not have IP_PKTINFO yet, thus SUPPORT_LOCAL_ADDR is undef,
data->local_addr_enabled never set to 1, and thus the M_METHOD_RECVMSG
method would end up raising BIO_R_LOCAL_ADDR_NOT_AVAILABLE immediately.

Fixes #22872

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23293)




More information about the openssl-commits mailing list