]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1692: Android not handling AI_V4MAPPED ai_flag v9.0.1692
authorcions <gh.cions@gmail.com>
Fri, 11 Aug 2023 21:53:13 +0000 (23:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 11 Aug 2023 21:53:13 +0000 (23:53 +0200)
commitdb4fd29063f940d2d15bbcd5e86e03b26c985222
tree074fdb37d0af972a52ec6b1e1f0194d45643a686
parent7b7b4cb6f274e7bace127107b0d2752133c4020b
patch 9.0.1692: Android not handling AI_V4MAPPED ai_flag

Problem: Android not handling AI_V4MAPPED ai_flag
Solution: don't set AI_V4MAPPED flag when on Android, since
          Android's getaddrinfo returns EAI_BADFLAGS if ai_flags
          contains it

closes: #12613

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: cions <gh.cions@gmail.com>
src/channel.c
src/version.c