Displaying 1 result from an estimated 1 matches for "mirch".
Did you mean:
  march
  
2010 Mar 24
6
[Bug 1739] New: getcwd does not support size zero argument on Solaris
...aris
           Product: Portable OpenSSH
           Version: 5.4p1
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: rich at mirch.com
Overview: 
   The function derelativise_path() in servconf.c calls getcwd(NULL,0) 
and using zero for the size argument is unsupported on Solaris.
Steps to Reproduce: 
    1) uncomment #AuthorizedKeysFile     %h/.ssh/authorized_keys
       from /etc/ssh/sshd_config
    2) restart sshd...