search for: exceptionfd

Displaying 1 result from an estimated 1 matches for "exceptionfd".

Did you mean: exception_fd
2017 Jun 24
2
[Bug 2732] New: select() is not called properly in ssh_exchange_identification()
...Severity: major Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: bagajjal at microsoft.com I found an issue with select() not called properly in the ssh_exchange_identification(). Variable "fdset" is passed as readfd, exceptionfd to the select(). Select() should be called with independent fdset so we should have two different variables instead of reusing the same variable "fdset". The reported issue is in line 566, 567 (sshconnect.c file). -- You are receiving this mail because: You are watching the assignee of...