]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
ensure struct passwd fields are non-NULL in pwcopy
authorzhangjun <zhangjun-tc@dfmc.com.cn>
Fri, 22 Aug 2025 08:49:07 +0000 (16:49 +0800)
committerDamien Miller <djm@mindrot.org>
Mon, 29 Sep 2025 23:48:35 +0000 (09:48 +1000)
commitd343df4019b4369ce7f87e9bf6bbc80b81cd263d
tree4d5764d0bf55f6bf78d45e8104a0aa89e6df4dcb
parent893a579e4b37e6bd89d206dc8e7ac2a906ccf114
ensure struct passwd fields are non-NULL in pwcopy

Android libc can return NULL pw_gecos, for example.
misc.c