OSDN Git Service

* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure
authorcgf <cgf>
Sun, 26 Jan 2003 06:02:34 +0000 (06:02 +0000)
committercgf <cgf>
Sun, 26 Jan 2003 06:02:34 +0000 (06:02 +0000)
commit6f4d6f97f5812ba465f37b5ab01337dcae817341
tree286d28aea77ef6fda3afb42a4ed223782cc32146
parentb706f22acdc98d5fb4f8a2b1b8390aeb52e143ff
* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset.  The structure
should always be completely filled out.
* grp.cc (pwdgrp::parse_group): Ditto.
* grp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating
winsup/cygwin/ChangeLog
winsup/cygwin/grp.cc
winsup/cygwin/passwd.cc