mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:23:31 +03:00
idn: more strictly check AppleIDN errors
UIDNA API returns two error values but we were only checking one. Checking both better aligns the behaviour with that of libidn2. Closes #14431
This commit is contained in:
parent
a35687831f
commit
588a6e334a
3 changed files with 1 additions and 11 deletions
|
|
@ -93,9 +93,6 @@
|
|||
%if bearssl
|
||||
313
|
||||
%endif
|
||||
%if AppleIDN
|
||||
1035
|
||||
%endif
|
||||
%if WinIDN
|
||||
165
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue