|
Message-ID: <20190716133233.GG1506@brightrain.aerifal.cx> Date: Tue, 16 Jul 2019 09:32:33 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: hostname case sensitive On Tue, Jul 16, 2019 at 06:27:20AM +0000, 曹素杰 wrote: > Hi musl: > > I found the implementaion of name_from_hosts function is case > sensitive, and it should be case insensitive according the > rfc<https://tools.ietf.org/html/rfc4343>. Thanks for reminding me of this -- I think I was aware at one point, but had forgotten and even had to re-check. This should be fixed when we add IDN support, since case normalization before making the query is necessary, so I think maybe we should go ahead and try to finish IDN support sooner rather than later. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.