[Bug 581] SFTP "ls" listings never end
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Sun Jun  1 05:11:18 EST 2003
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=581
------- Additional Comments From mouring at eviladmin.org  2003-06-01 05:11 -------
What client?
As far as I can see your solution would not work.  Since we open a FD handle 
on the server, process on that handle, then close/remove that handle.
The only non-freed case is if the handle passed to it is not a HANDLE_DIR or 
HANDLE_FILE or the handle is invalid.  Which then returns an errno of ENOENT.
So unless your hitting some odd memory corruption.  I'm not seeing how you are 
getting this behavior unless the client your using is not RFC legal.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the openssh-bugs
mailing list