From 657317537c09b82a2feb1194fda045f63e3a1222 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 25 Jul 2009 12:29:04 -0700 Subject: Handle missing NSS modules and those without callbacks. getaddrinfo didn't update the status variable in that round of the loop if no callback was used. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8246614..f47b089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-07-25 Ulrich Drepper + [BZ #10448] + * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no + callback we must touch the status to avoid using stale value. + * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being compiled in. -- cgit v1.1