[X2Go-Commits] [x2goclient] 127/173: pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 1 22:25:33 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 660fb8f4bdfa31837aa0cb831b80143cfe28d4b0
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Dec 30 21:37:22 2015 +0100

    pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 09a23ac..ad9fd4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -237,6 +237,8 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       them right away.
     - pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version ()
       with first skeleton. Call it in the constructor.
+    - pulsemanager.cpp: re-initialize buffer string on each run while getting
+      CWD on Linux.
 
   [ Mike DePaulo ]
   * New upstream release (4.0.5.2):
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index ade1ec6..06ef766 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -72,6 +72,7 @@ PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
       abort ();
     }
 
+    memset (buf, 0, path_len);
     ptr = getcwd (buf, path_len);
 
     if ((NULL == ptr) && (ERANGE != erange)) {

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list