Commit 3f91ede9 authored by Tomas Mraz's avatar Tomas Mraz
Browse files

BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo fails



The lookup for ::1 with getaddrinfo() might return error even if
the ::1 would work if AI_ADDRCONFIG flag is used.

Fixes: #9053

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9108)
parent 5ded1ca6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment