Your message dated Thu, 20 Jan 2011 23:32:08 +0000
with message-id <e1pg3z6-0001i9...@franck.debian.org>
and subject line Bug#610513: fixed in toppler 1.1.4-2
has caused the Debian Bug report #610513,
regarding toppler crashes when selecting the default mission
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 ow...@bugs.debian.org
immediately.)


-- 
610513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: toppler
Version: 1.1.4-1
Severity: serious

Hello,

toppler crashes when selecting the first (default) mission.  This is due to an
uninitialized variable and is dependent on the memory layout.  This did not 
occur
on my test system a the time I had uploaded the package. This does not occurs
under valgrind (though valgridn will output warnings).

The attached one-line patch fix that.

Cheers,
-- 
Bill. <ballo...@debian.org>

Imagine a large red swirl here. 
diff -ru toppler-1.1.4/level.cc toppler-1.1.4.n1/level.cc
--- toppler-1.1.4/level.cc      2009-10-11 01:46:06.000000000 +0200
+++ toppler-1.1.4.n1/level.cc   2011-01-16 17:50:52.000000000 +0100
@@ -214,6 +214,7 @@
       strcpy(n->fname, fname);
       n->prio = prio;
       n->next = m;
+      n->archive = archive;
 
       if (l)
         l->next = n;

--- End Message ---
--- Begin Message ---
Source: toppler
Source-Version: 1.1.4-2

We believe that the bug you reported is fixed in the latest version of
toppler, which is due to be installed in the Debian FTP archive:

toppler_1.1.4-2.diff.gz
  to main/t/toppler/toppler_1.1.4-2.diff.gz
toppler_1.1.4-2.dsc
  to main/t/toppler/toppler_1.1.4-2.dsc
toppler_1.1.4-2_amd64.deb
  to main/t/toppler/toppler_1.1.4-2_amd64.deb



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 610...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <ballo...@debian.org> (supplier of updated toppler 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 20 Jan 2011 23:58:33 +0100
Source: toppler
Binary: toppler
Architecture: source amd64
Version: 1.1.4-2
Distribution: unstable
Urgency: high
Maintainer: Bill Allombert <ballo...@debian.org>
Changed-By: Bill Allombert <ballo...@debian.org>
Description: 
 toppler    - clone of the "Nebulus" game on old 8 and 16 bit machines
Closes: 608979 610513
Changes: 
 toppler (1.1.4-2) unstable; urgency=high
 .
   * Fix uninitialized variable that cause toppler to abort when selecting
     the first mission. Closes: #610513
   * Fix segfault in ~configuration destructor when writing the configuration
     file fail.  Closes: #608979.
Checksums-Sha1: 
 78f7230b2c7d9a70c5f842dc8836cb451ede2fcd 1090 toppler_1.1.4-2.dsc
 f0e19c86f097d624f99aa29b24db04bc37d2ee5c 17647 toppler_1.1.4-2.diff.gz
 4bab61658c2cfc53a8bc68be2249825abf713048 1647514 toppler_1.1.4-2_amd64.deb
Checksums-Sha256: 
 2c88d16f1162bdef275549948eee18f910ab1c1cbcbcf4fdecf7b32201470320 1090 
toppler_1.1.4-2.dsc
 22d4f6b41d72af8e8d4240e31962cb86b3dfeda0dbc7a2397c6e8063e923247c 17647 
toppler_1.1.4-2.diff.gz
 7f867a2d4ae8f28c2140dc48b59a9ae19c60784c11ee737cfca75229c3bece71 1647514 
toppler_1.1.4-2_amd64.deb
Files: 
 57af8a7c3d3a5c4324027656a058ed95 1090 games optional toppler_1.1.4-2.dsc
 39cca37a3deda6719a39aafad3b9dba2 17647 games optional toppler_1.1.4-2.diff.gz
 9bf0786eb52c56611a8e27ada7eb29da 1647514 games optional 
toppler_1.1.4-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk04xHcACgkQeDPs8bVESBVYbwCeOA+zAh+gn/6/xlVx5BKRcDCc
i7cAn3Zjm4/oVV1oAd09vHy8bqWNQpog
=/HYl
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to