projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
265f2e9
)
ssh: Fixed a NULL pointer dereference on OOM condition
author
Dan Fandrich
<dan@coneharvesters.com>
Thu, 6 Feb 2014 22:53:48 +0000
(23:53 +0100)
committer
Dan Fandrich
<dan@coneharvesters.com>
Thu, 6 Feb 2014 22:56:47 +0000
(23:56 +0100)
lib/ssh.c
patch
|
blob
|
history
diff --git
a/lib/ssh.c
b/lib/ssh.c
index 80906d814da946f29ba4f1d13abb79e26931d525..f1e026e9a9b75549ee22e628bdf5a275c0f8375f 100644
(file)
--- a/
lib/ssh.c
+++ b/
lib/ssh.c
@@
-932,6
+932,7
@@
static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
infof(data, "Could not create agent object\n");
state(conn, SSH_AUTH_KEY_INIT);
+ break;
}
}