[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#785053: jessie-pu: package nss-pam-ldapd/0.9.4-3+deb8u1



On Fri, 2016-01-01 at 17:16 +0000, Adam D. Barratt wrote:
> Apologies for the repeated delay. :-| Please go ahead.

Just when I wanted to wrap this up, another important bug popped up
with a trivial fix :)

The bug is #811476 which has a trivial fix that has been in testing for
a long time and affects people who put IPv6 addresses in LDAP. A patch
that can be dropped in debian/patches is attached.

To not delay this process much longer I'll upload 0.9.4-3+deb8u1 with
the fixes for #759544, #794686 and #794068 which were previously
approved in about a week.

Thanks,

-- 
-- arthur - adejong@debian.org - http://people.debian.org/~adejong --

Description: Fix uninitialised variable
 This fixes a bug in the NSS library when encountering IPv6 addresses in
 the hosts map.
Author: Mark R Bannister <dbis@proseconsulting.co.uk>
Origin: upstream, http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=ed8b312f0968ce4fd9059b0ebb52d993cf3cdf36
Bug-Debian: https://bugs.debian.org/811476

---
 nss/hosts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/nss/hosts.c
+++ b/nss/hosts.c
@@ -99,7 +99,7 @@ static nss_status_t read_one_hostent(TFI
     }
     else
     {
-      SKIP(fp, tmpint32);
+      SKIP(fp, tmp2int32);
     }
   }
   /* null-terminate address list */

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: