Bug 1397

Summary: sftp-server can only handle 100 open file handles
Product: Portable OpenSSH Reporter: Miklos Szeredi <miklos>
Component: sftp-serverAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: djm
Priority: P2    
Version: 4.7p1   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1353    
Attachments:
Description Flags
Allocate file handles dynamically none

Description Miklos Szeredi 2007-12-07 23:12:50 AEDT
Created attachment 1387 [details]
Allocate file handles dynamically

This causes problems for sshfs users, trying to open lots of files.

Proposed fix attached.
Comment 1 Damien Miller 2008-01-22 05:56:26 AEDT
patch applied - thanks!
Comment 2 Damien Miller 2008-03-31 15:22:43 AEDT
Fix shipped in 4.9/4.9p1 release.