[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#784679: marked as done (jessie-pu: package rdesktop/1.8.2-3+deb8u1)



Your message dated Sat, 20 Feb 2016 22:08:23 +0000
with message-id <20160220220823.GN6200@betterave.cristau.org>
and subject line Re: Bug#784679: jessie-pu: package rdesktop/1.8.2-3+deb8u1
has caused the Debian Bug report #784679,
regarding jessie-pu: package rdesktop/1.8.2-3+deb8u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
784679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784679
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Hi Release Team,

There's a segmentation fault bug[1] in the Jessie version of rdesktop.
As the fix is very easy, it would be nice to have in Jessie.

Thanks,
Laszlo/GCS
[1] http://bugs.debian.org/784634
diff -Nru rdesktop-1.8.2/debian/changelog rdesktop-1.8.2/debian/changelog
--- rdesktop-1.8.2/debian/changelog	2014-11-04 17:16:05.000000000 +0000
+++ rdesktop-1.8.2/debian/changelog	2015-05-07 17:57:13.000000000 +0000
@@ -1,3 +1,10 @@
+rdesktop (1.8.2-3+deb8u1) jessie; urgency=medium
+
+  * Fix sigsegv while using credssp and kerberos without specifying
+    domainname as argument (closes: #784634).
+
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 07 May 2015 17:45:10 +0000
+
 rdesktop (1.8.2-3) unstable; urgency=low
 
   * Backport fix to handle Windows key (closes: #768066).
diff -Nru rdesktop-1.8.2/debian/patches/15_credssp_and_kerberos.patch rdesktop-1.8.2/debian/patches/15_credssp_and_kerberos.patch
--- rdesktop-1.8.2/debian/patches/15_credssp_and_kerberos.patch	1970-01-01 00:00:00.000000000 +0000
+++ rdesktop-1.8.2/debian/patches/15_credssp_and_kerberos.patch	2015-05-07 17:56:58.000000000 +0000
@@ -0,0 +1,23 @@
+Description: credssp and kerberos fix
+ Fix sigsegv while using credssp and kerberos without specifying domainname
+ as argument.
+Origin: upstream, http://sourceforge.net/p/rdesktop/code/1824/
+Forwarded: not-needed
+Author: Henrik Andersson <hean01@users.sourceforge.net>
+Bug-Debian: https://bugs.debian.org/784634
+Last-Update: 2014-08-27
+
+---
+
+--- rdesktop-1.8.2.orig/rdp.c
++++ rdesktop-1.8.2/rdp.c
+@@ -189,6 +189,9 @@ rdp_send_data(STREAM s, uint8 data_pdu_t
+ void
+ rdp_out_unistr(STREAM s, char *string, int len)
+ {
++	if (string == NULL || len == 0)
++		return;
++
+ #ifdef HAVE_ICONV
+ 	size_t ibl = strlen(string), obl = len + 2;
+ 	static iconv_t iconv_h = (iconv_t) - 1;
diff -Nru rdesktop-1.8.2/debian/patches/series rdesktop-1.8.2/debian/patches/series
--- rdesktop-1.8.2/debian/patches/series	2014-11-04 17:09:42.000000000 +0000
+++ rdesktop-1.8.2/debian/patches/series	2015-05-07 17:52:58.000000000 +0000
@@ -20,3 +20,4 @@
 20_update_manpage.dpatch
 80_handle_nostrip_option.dpatch
 Fix_constant_naming_and_enabled_windowskey_by_default.patch
+15_credssp_and_kerberos.patch

--- End Message ---
--- Begin Message ---
On Thu, May  7, 2015 at 20:53:47 +0100, Adam D. Barratt wrote:

> Control: tags -1 -moreinfo +confirmed
> 
> On Thu, 2015-05-07 at 21:47 +0200, László Böszörményi wrote:
> > On Thu, May 7, 2015 at 8:13 PM, Adam D. Barratt
> > <adam@adam-barratt.org.uk> wrote:
> > > On Thu, 2015-05-07 at 20:06 +0200, László Böszörményi wrote:
> > >> There's a segmentation fault bug[1] in the Jessie version of rdesktop.
> > >> As the fix is very easy, it would be nice to have in Jessie.
> > > [...]
> > >> [1] http://bugs.debian.org/784634
> > >
> > > The metadata of that bug indicates that it also affects the version of
> > > rdesktop in unstable. Is that correct? If so, please fix the bug in
> > > unstable; if not, please fix the metadata.
> >  Updated. The bug affects Jessie only, the version in Stretch + Sid
> > contains the fix.
> 
> Thanks. (I removed the "jessie" tag from the bug, as the
> version-tracking information is perfectly adequate.)
> 
> Please go ahead.
> 
Doesn't look like that's happening.  Closing.

Cheers,
Julien

--- End Message ---

Reply to: