From: Fredrik Fornwall Date: Sat, 12 Mar 2016 20:40:05 +0000 (-0500) Subject: Set pw_gecos to "" on 64-bit X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/cb9e3a9ac9034d85f5cc4a04ec550c795fd1ffc5?ds=sidebyside;hp=cb9e3a9ac9034d85f5cc4a04ec550c795fd1ffc5 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. ---