mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 10:27:22 +09:00
Fix underflow when leave_function() are unbalanced
This commit is contained in:
committed by
Andreas Schneider
parent
4768cf3e85
commit
dd68bae776
@@ -77,7 +77,7 @@ typedef struct kex_struct {
|
||||
|
||||
struct error_struct {
|
||||
/* error handling */
|
||||
int error_code;
|
||||
unsigned int error_code;
|
||||
char error_buffer[ERROR_BUFFERLEN];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user