Your message dated Thu, 14 Jul 2005 03:47:55 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312984: fixed in liferea 0.9.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Jun 2005 05:41:32 +0000
>From [EMAIL PROTECTED] Fri Jun 10 22:41:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from e178078040.adsl.alicedsl.de (melo.dyndns.org) [85.178.78.40]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DgykN-0000n5-00; Fri, 10 Jun 2005 22:41:31 -0700
Received: by melo.dyndns.org (Postfix, from userid 1000)
id CC8FE79F96; Sat, 11 Jun 2005 07:41:32 +0200 (CEST)
Date: Sat, 11 Jun 2005 07:41:32 +0200
From: Cyril Brulebois <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [Liferea] Crash when opening in a tab an item without <link>
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-1.5 required=4.0 tests=BAYES_00,HTML_MESSAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--/2994txjAzEdQwm5
Content-Type: multipart/mixed; boundary="wLAMOaPNJ0fu1fTG"
Content-Disposition: inline
--wLAMOaPNJ0fu1fTG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: liferea
Version: 0.9.1-1
Severity: normal
Tags: patch
I noticed that opening an item in a new tab could crash the application.
Actually: if an item as no <link> information (even on a RSS 2.0 valid
feed, it's possible), a right-click on it and "open in a new tab" leads
to a segfault. The output is just: "Segfault"
Here is a patch to protect from the scratch, because current checks on
the URL are made after having down some crashy stuff depending on it.
Greetings,
--=20
Cyril Brulebois
--wLAMOaPNJ0fu1fTG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ui_tabs.c.cyril-brulebois.diff"
Content-Transfer-Encoding: quoted-printable
--- src/ui_tabs.c-orig 2005-06-11 07:22:31.431842288 +0200
+++ src/ui_tabs.c 2005-06-11 07:25:07.664091376 +0200
@@ -80,6 +80,16 @@
gchar *tmp, *tmp2;
int i;
=20
+ if((NULL =3D=3D url)||(NULL =3D=3D title)) {=20
+ // Display some (nice) message for the user
+ printf("No link for this item\n");=20
+ =09
+ // FIXME: add a messagebox
+ =09
+ // Now we exist instead of doing some segfaulting stuff
+ return ;
+ }
+
/* make nice short title */
if(NULL !=3D strstr(title, "http://"))
title +=3D strlen("http://");
--wLAMOaPNJ0fu1fTG--
--/2994txjAzEdQwm5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCqnmMeGfVPHR5Nd0RAv4MAJ9kcQX492g8liTA0mE0ULNEuSqK8wCfVTi7
/sTFeuHxzQSIwI2q8ZJ+jbw=
=gqlI
-----END PGP SIGNATURE-----
--/2994txjAzEdQwm5--
---------------------------------------
Received: (at 312984-close) by bugs.debian.org; 14 Jul 2005 07:52:39 +0000
>From [EMAIL PROTECTED] Thu Jul 14 00:52:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DsyWN-0001Ew-00; Thu, 14 Jul 2005 00:52:39 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DsyRn-0006ak-00; Thu, 14 Jul 2005 03:47:55 -0400
From: David Moreno Garza <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312984: fixed in liferea 0.9.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 14 Jul 2005 03:47:55 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: liferea
Source-Version: 0.9.3-1
We believe that the bug you reported is fixed in the latest version of
liferea, which is due to be installed in the Debian FTP archive:
liferea-gtkhtml_0.9.3-1_i386.deb
to pool/main/l/liferea/liferea-gtkhtml_0.9.3-1_i386.deb
liferea-mozilla_0.9.3-1_i386.deb
to pool/main/l/liferea/liferea-mozilla_0.9.3-1_i386.deb
liferea_0.9.3-1.diff.gz
to pool/main/l/liferea/liferea_0.9.3-1.diff.gz
liferea_0.9.3-1.dsc
to pool/main/l/liferea/liferea_0.9.3-1.dsc
liferea_0.9.3-1_i386.deb
to pool/main/l/liferea/liferea_0.9.3-1_i386.deb
liferea_0.9.3.orig.tar.gz
to pool/main/l/liferea/liferea_0.9.3.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated liferea package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 8 Jul 2005 22:40:09 +0300
Source: liferea
Binary: liferea-mozilla liferea-gtkhtml liferea
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
Changed-By: David Moreno Garza <[EMAIL PROTECTED]>
Description:
liferea - feed aggregator for GNOME
liferea-gtkhtml - gtkhtml-based rendering for Liferea
liferea-mozilla - mozilla-based rendering for Liferea
Closes: 312313 312984 313526 314001
Changes:
liferea (0.9.3-1) unstable; urgency=low
.
* New upstream release.
* No confusing warning anymore when there are no user settings
for the enclosure handling (mime.xml) (Closes: #312313).
* No crashing anymore when trying to open an item without a
link in a tab (Closes: #312984).
* Fixes a crash on IA64 due to undefined return types (Closes: #313526).
* Corrections of German translation (Closes: #314001).
Files:
f903d48940d94880766641eb9542193c 711 gnome optional liferea_0.9.3-1.dsc
28555f32c70acea594086e4348354c64 1107876 gnome optional
liferea_0.9.3.orig.tar.gz
18175451db4659f6ef0f314b03607de0 6185 gnome optional liferea_0.9.3-1.diff.gz
381fb507209cd832030ad14b847e519b 427022 gnome optional liferea_0.9.3-1_i386.deb
24c1ec9d44cc220bb1280073fed127f4 18912 gnome optional
liferea-gtkhtml_0.9.3-1_i386.deb
bbefe92764b2fa2c7285d81f55e1a399 19316 gnome optional
liferea-mozilla_0.9.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC1hdtgY5NIXPNpFURAv5fAKCXWxTeivfNuH99TxY+z6PGyr9NbQCgx343
ubp1sDMy8SaiZWBd38M06wE=
=JvYX
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]