]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fallback to ASCII on output IDN conversion error
authorPetr Menšík <pemensik@redhat.com>
Tue, 29 Jan 2019 17:07:44 +0000 (18:07 +0100)
committerOndřej Surý <ondrej@sury.org>
Mon, 30 Sep 2019 10:19:56 +0000 (12:19 +0200)
commit8e497b131cfdf8ea58d4cecb3e8528a9b66fb494
tree3dc432c766806f07ff19173a8051da2991099b28
parent2e4044fc9aa5df123a896a72bbc58f91ceca8d24
Fallback to ASCII on output IDN conversion error

It is possible dig used ACE encoded name in locale, which does not
support converting it to unicode. Instead of fatal error, fallback to
ACE name on output.

(cherry picked from commit c8a871e908f932d35e42a363c1f571fbf38c8982)
bin/dig/dighost.c