Set pw_gecos to "" on 64-bit
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 12 Mar 2016 20:40:05 +0000 (15:40 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 12 Mar 2016 20:40:05 +0000 (15:40 -0500)
The pw_getcos field on struct passwd is defined on 64-bit builds
but is NULL which programs does not handle (at least no openssh
which crashes). Initialize this field to "" to avoid this.


No differences found