| Summary: | sftp-server can only handle 100 open file handles | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Miklos Szeredi <miklos> | ||||
| Component: | sftp-server | Assignee: | 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: |
|
||||||
patch applied - thanks! Fix shipped in 4.9/4.9p1 release. |
Created attachment 1387 [details] Allocate file handles dynamically This causes problems for sshfs users, trying to open lots of files. Proposed fix attached.