]> git.lizzy.rs Git - plan9front.git/commit
sshfs: don't crash when no /etc/password file could be read on the remote side
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 29 Apr 2017 14:25:48 +0000 (16:25 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 29 Apr 2017 14:25:48 +0000 (16:25 +0200)
commit51eaebf4f01ce8b8de4e32d679fe98b69ae64ad0
tree1c9b8f069afb87b5fa77af85bf973c0d556df522
parentf00488ec70c0ca00396d3d3e47b38285599dd31a
sshfs: don't crash when no /etc/password file could be read on the remote side

in a cygwin environment, theres no /etc/passwd file to
translate numeric uid/gid's. changing passwdparse() to
ignore nil string argument.
sys/src/cmd/sshfs.c