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)
commitcb9e3a9ac9034d85f5cc4a04ec550c795fd1ffc5
tree454e0f734772d0fd3b4c31aa94a4eff592af4b67
parent92dcdb446d617116437a08d68b86ea62c5475b8f
Set pw_gecos to "" on 64-bit

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.
ndk_patches/pwd.patch