[X2Go-Commits] x2goclient.git - build-baikal (branch) updated: 4.0.1.0-33-gc8c8e2f

X2Go dev team git-admin at x2go.org
Wed Sep 11 12:08:03 CEST 2013


The branch, build-baikal has been updated
       via  c8c8e2febcab710108761ddabeab99364d6d1837 (commit)
      from  3d6450d24cc3596bfbb9d602bd5e5216e9c99e9d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog        |    7 +++++++
 sshmasterconnection.cpp |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 57480e2..0ca8369 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,13 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
       (Fixes: #179).
     - Enable full access desktop sharing across user accounts. (Fixes: #222).
 
+  [ Heinrich Schuchardt ]
+  * New upstream version (4.0.1.1):
+    - Call ssh_clean_pubkey_hash() for deallocating public key hashes instead of
+      just calling free(). Required under MS Windows as documented in libssh2
+      API. (Fixes: #243). (For further details see:
+      http://api.libssh.org/master/group__libssh__session.html).
+
   [ Ezra Bühler ]
   * New upstream version (4.0.1.1):
     - Fix auto-resume when session type is »Single Application«. (Fixes: #183).
diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index 3dae569..d71ce84 100644
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -691,7 +691,7 @@ int SshMasterConnection::serverAuth ( QString& errorMsg )
         errorMsg=host+":"+QString::number(port)+" - "+ssh_get_error ( my_ssh_session );
         break;
     }
-    free ( hash );
+    ssh_clean_pubkey_hash ( &hash );
     return state;
 }
 


hooks/post-receive
-- 
x2goclient.git (X2Go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2Go Client).




More information about the x2go-commits mailing list