From: Denys Vlasenko Date: Mon, 12 Oct 2015 02:06:18 +0000 (+0200) Subject: libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell X-Git-Tag: 1_24_0~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5de450237cf7ec63faa6ab4e019f66e053324c49;p=oweals%2Fbusybox.git libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell Signed-off-by: Denys Vlasenko --- diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 3886facf0..139b93007 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -58,7 +58,7 @@ struct passdb { * I = uid,gid, l = long maybe empty, m = members, * r = reserved */ -#define PW_DEF "SsIIsSS" +#define PW_DEF "SsIIsss" #define GR_DEF "SsIm" #define SP_DEF "Ssllllllr"