[git commit] libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 12 02:06:18 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=5de450237cf7ec63faa6ab4e019f66e053324c49
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libpwdgrp/pwd_grp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index 3886fac..139b930 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"
 


More information about the busybox-cvs mailing list