Your message dated Tue, 05 Oct 2010 03:02:12 +0000
with message-id <e1p2xna-0006lr...@franck.debian.org>
and subject line Bug#597036: fixed in ninvaders 0.1.1-3
has caused the Debian Bug report #597036,
regarding ninvaders segfaults immediately after main screen.
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.)


-- 
597036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597036
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ninvaders
Version: 0.1.1-2
Severity: grave
Tags: upstream patch
Justification: renders package unusable


lowest_ship[] is dimension int[10], k was counting 11 items and
overrunning into alienshoty array, which causes crash in ncurses
later on.



--- aliens.c.old        2003-05-08 15:19:50.000000000 -0400
+++ aliens.c    2010-09-15 22:23:38.000000000 -0400
@@ -163,7 +163,7 @@
        aliens.right=-1;
        aliens.bottom=-1;
        shipnum=0;
-       for (k=0;k<11;k++) {
+       for (k=0;k<ALIENS_MAX_NUMBER_X;k++) {
                lowest_ship[k]=-1;
        }
        




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ninvaders depends on:
ii  libc6                     2.11.2-5       Embedded GNU C Library: Shared lib
ii  libncurses5               5.7+20100313-2 shared libraries for terminal hand

ninvaders recommends no packages.

ninvaders suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: ninvaders
Source-Version: 0.1.1-3

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

ninvaders_0.1.1-3.diff.gz
  to main/n/ninvaders/ninvaders_0.1.1-3.diff.gz
ninvaders_0.1.1-3.dsc
  to main/n/ninvaders/ninvaders_0.1.1-3.dsc
ninvaders_0.1.1-3_i386.deb
  to main/n/ninvaders/ninvaders_0.1.1-3_i386.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 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthew Palmer <mpal...@debian.org> (supplier of updated ninvaders 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: Tue, 05 Oct 2010 13:21:26 +1100
Source: ninvaders
Binary: ninvaders
Architecture: source i386
Version: 0.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Matthew Palmer <mpal...@debian.org>
Changed-By: Matthew Palmer <mpal...@debian.org>
Description: 
 ninvaders  - A space invaders-like game using ncurses
Closes: 597036
Changes: 
 ninvaders (0.1.1-3) unstable; urgency=low
 .
   * Fix overflow in lowest_ship array.  Closes: #597036
     Thanks to Matt Chapman for the bug report and patch.
   * Time for a packaging overhaul:
     - Bump to dh compat level 7.
     - Bump standards-version to 3.9.1; no specific changes required.
     - Add the now-necessary misc:Depends.
     - Strip DH_COMPAT from debian/rules; move it to debian/compat.
     - Move menu entry to Games/Action, and quote all values.
     - Use dh_prep instead of dh_clean -k.
     - Don't ignore make clean errors in the clean target.
     - Enhance the copyright file.
Checksums-Sha1: 
 c8e2e7fdc1671a3fd58f3f1ef277cf6288694d28 968 ninvaders_0.1.1-3.dsc
 38760243b3404fecb143f1b372f7c2cad76696f2 12831 ninvaders_0.1.1-3.diff.gz
 070525809a552f6b2b6d5608f83b5c3dd8124cca 20634 ninvaders_0.1.1-3_i386.deb
Checksums-Sha256: 
 aa8b8d476d5870538619a97e03053c76d55e9df0171b415c1f74c193c833536a 968 
ninvaders_0.1.1-3.dsc
 30297a890afd6ea21b11c514d55ebbfe26ab5e9dcbee3499f0f223a3fd52de4c 12831 
ninvaders_0.1.1-3.diff.gz
 555cb34f840480cd001ce1cf1032dd7609c0f2fbfe9fc9ec484c742ba666f531 20634 
ninvaders_0.1.1-3_i386.deb
Files: 
 3a0e2e4936cbe3af4b7433273b54cbeb 968 games optional ninvaders_0.1.1-3.dsc
 56a98ddce225b5f9f9302f64209916f0 12831 games optional ninvaders_0.1.1-3.diff.gz
 750800b50dd116a4473c66da4342354d 20634 games optional 
ninvaders_0.1.1-3_i386.deb

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

iD8DBQFMqpNQBEnrTWk1E4cRAtPKAKCFdDWWMCGSKTt3QDvL1lGGLp4+LACfbakx
5fsmg9aLbcNnkwd0KuDq1gc=
=aman
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to