[Bug 1600000] Re: libnss-resolve treats two trailing dots on a domain name incorrectly

Martin Pitt martin.pitt at ubuntu.com
Thu Aug 18 08:11:03 UTC 2016


Forwarded to https://github.com/systemd/systemd/issues/3978

** Bug watch added: github.com/systemd/systemd/issues #3978
   https://github.com/systemd/systemd/issues/3978

** Changed in: systemd (Ubuntu)
       Status: New => Triaged

** Tags added: resolve

** Tags added: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1600000

Title:
  libnss-resolve treats two trailing dots on a domain name incorrectly

Status in systemd package in Ubuntu:
  Triaged

Bug description:
  (base)adconrad at nosferatu:~$ getent ahostsv4 www.gnu.org..
  208.118.235.148 STREAM wildebeest.gnu.org
  208.118.235.148 DGRAM  
  208.118.235.148 RAW    
  (base)adconrad at nosferatu:~$ sudo sed -i -e 's/ resolve dns/ dns/' /etc/nsswitch.conf 
  (base)adconrad at nosferatu:~$ getent ahostsv4 www.gnu.org..
  (base)adconrad at nosferatu:~$ sudo sed -i -e 's/ dns/ resolve dns/' /etc/nsswitch.conf 
  (base)adconrad at nosferatu:~$ getent ahostsv4 www.gnu.org..
  208.118.235.148 STREAM wildebeest.gnu.org
  208.118.235.148 DGRAM  
  208.118.235.148 RAW    
  (base)adconrad at nosferatu:~$ 

  This is responsible for the new regression in glibc:

  ----------
  FAIL: posix/tst-getaddrinfo5
  original exit status 1
  resolving "localhost." worked, proceeding to test
  resolving "localhost.." failed, test passed
  resolving "www.gnu.org." worked, proceeding to test
  resolving "www.gnu.org.." worked, test failed
  ----------

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1600000/+subscriptions



More information about the foundations-bugs mailing list