From 5a9af6376d43b58c6545feb86002812a57956654 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Sep 2015 20:20:33 +0200 Subject: Fix inconsistent passwd compensation in nss/bug17079.c It used to be common practice to have a statically linked shell for an alternative root account, as in: root:x:0:0:root:/root:/bin/bash toor:x:0:0:root recovery account:/root:/sbin/sash This causes problems with passwd NSS tests because a UID-based lookup will only retrieve one of those entries. The original version of nss/bug17079.c detected this, but failed to use this information later on. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba7aa4e421..7e8156e023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-09-25 Florian Weimer + + * nss/bug17079.c (init_test_items): Add diagnostic for + inconsistent entries. + (test_buffer_size): Skip inconsistent entries. + 2015-09-25 Joseph Myers [BZ #13304] -- cgit 1.4.1