Displaying 2 results from an estimated 2 matches for "thanson".
Did you mean:
hanson
2008 Aug 11
5
[Bug 1502] New: Incompatible declaration of AuthctxtV2.success
...n: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: THanson at CardinalPeak.com
Source file sshconnect2.c contains the definition of structure
AuthctxtV2. Field "success" in this structure is declared as type
"int".
In function ssh_userauth2(), authctxt.success is passed to
dispatch_run() as the second argument.
dispatch_run() i...
2008 Aug 11
3
[Bug 1501] New: p_read, p_send not intialized
...n: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: THanson at CardinalPeak.com
Source file packet.c declares 2 structures, p_read & p_send, which are
used to manage packet traffic. These structures are not explicitly
initialized in either the declaration or in the code.
In an environment (i.e. VxWorks) where spawning a second copy (thread)
does not...