[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/tsclient/devel tsclient-0.140-segfault.patch, NONE, 1.1 tsclient.spec, 1.8, 1.9
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/tsclient/devel tsclient-0.140-segfault.patch, NONE, 1.1 tsclient.spec, 1.8, 1.9
- Date: Sun, 2 Oct 2005 01:12:36 -0400
Author: mclasen
Update of /cvs/dist/rpms/tsclient/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23696
Modified Files:
tsclient.spec
Added Files:
tsclient-0.140-segfault.patch
Log Message:
fix a segfault
tsclient-0.140-segfault.patch:
connect.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE tsclient-0.140-segfault.patch ---
--- tsclient-0.140/src/connect.c.segfault 2005-10-02 01:09:48.000000000 -0400
+++ tsclient-0.140/src/connect.c 2005-10-02 01:10:49.000000000 -0400
@@ -1288,7 +1288,7 @@
GtkWidget *main_window;
rdp_file *rdp = NULL;
gchar *home = tsc_home_path ();
- gchar *filename = g_build_path ("/", home, "last.tsc");
+ gchar *filename = g_build_path ("/", home, "last.tsc", NULL);
#ifdef TSCLIENT_DEBUG
printf ("on_btnConnect_clicked\n");
@@ -1325,7 +1325,7 @@
GtkWidget *main_window;
rdp_file *rdp_last = NULL;
gchar *home = tsc_home_path ();
- gchar *filename = g_build_path ("/", home, "last.tsc");
+ gchar *filename = g_build_path ("/", home, "last.tsc", NULL);
#ifdef TSCLIENT_DEBUG
printf ("on_btnQuit_clicked\n");
Index: tsclient.spec
===================================================================
RCS file: /cvs/dist/rpms/tsclient/devel/tsclient.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tsclient.spec 2 Oct 2005 05:05:42 -0000 1.8
+++ tsclient.spec 2 Oct 2005 05:12:33 -0000 1.9
@@ -14,6 +14,7 @@
Group: User Interface/X
BuildRoot: %{_tmppath}/%{name}-root
Patch0: tsclient-0.132-icon.patch
+Patch1: tsclient-0.140-segfault.patch
## we require rdesktop OR vncviewer - lets assume most people want
## this for rdesktop and require that - see bug #114769
@@ -32,6 +33,7 @@
%prep
%setup -q
%patch0 -p1 -b .icon
+%patch1 -p1 -b .segfault
%build
@@ -73,6 +75,7 @@
%changelog
* Sun Oct 2 2005 Matthias Clasen <mclasen redhat com> 0.140-1
- Update to newer upstream version
+- Fix a segfault (#169694)
* Mon Apr 25 2005 Matthias Clasen <mclasen redhat com> 0.132-6
- Make the icon appear in the "Add to Panel" dialog
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]