| Summary: | Check immediate EOF coming on stdin | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Ignasi Roca <ignasi.roca> | ||||||
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | minor | CC: | djm | ||||||
| Priority: | P2 | ||||||||
| Version: | 3.8p1 | ||||||||
| Hardware: | Other | ||||||||
| OS: | Other | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 85, 1452 | ||||||||
| Attachments: |
|
||||||||
|
Description
Ignasi Roca
2004-04-01 19:20:16 AEST
Created attachment 589 [details]
Add check EOF comming on stdin at session_setup time for protocol 2
Comment on attachment 589 [details]
Add check EOF comming on stdin at session_setup time for protocol 2
It is not correct. It fails compiling channels.c
Created attachment 590 [details]
Add check EOF comming on stdin at session_setup time for protocol 2
Hello, I'm trying to install the patch you created and am having some difficulties. I'm patching on a RH8 box using the command "patch <channels.patch" I'm getting the error: -- snip -- (Stripping trailing CRs from patch.) patching file channels.c patch: **** malformed patch at line 100: } -- snip -- Any idea what I'm doing wrong when applying the patch?? This might be a candidate for portable only, because this select() bug doesn't seem to exist on OpenBSD. The fix for bug 85 should help here - ssh/sshd should half-close the channel (and propagate this to the far end) now. Can you retest? As I mentioned in comment #6, I'm pretty sure that this bug is closed. Please reopen if this is not the case. Mass update RESOLVED->CLOSED after release of openssh-5.1 |