Commit 4a8c8772 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

ssh: Fixed a NULL pointer dereference on OOM condition

parent 265f2e9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
          }
        }