Your message dated Fri, 19 Feb 2010 12:02:35 +0000
with message-id <e1nirz5-00073c...@ries.debian.org>
and subject line Bug#567192: fixed in ircd-hybrid 1:7.2.2.dfsg.2-6.1
has caused the Debian Bug report #567192,
regarding include patches from recent DSA
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.)


-- 
567192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ircd-hybrid
Version: 1:7.2.2.dfsg.2-6.1
Severity: grave
Tags: security patch

Hi

DSA-1980-1 has fixed an issue in ircd-hybrid, patch attached. Please
include this patch in your next upload.

Cheers
Steffen
--- ircd-hybrid-7.2.2.dfsg.2.orig/src/irc_string.c
+++ ircd-hybrid-7.2.2.dfsg.2/src/irc_string.c
@@ -103,7 +103,9 @@
     }
     else
       *d++ = *src;
-    ++src, --len;
+    if (len > 0) {
+       ++src, --len;
+    }
   }
   *d = '\0';
   return dest;

--- End Message ---
--- Begin Message ---
Source: ircd-hybrid
Source-Version: 1:7.2.2.dfsg.2-6.1

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

hybrid-dev_7.2.2.dfsg.2-6.1_all.deb
  to main/i/ircd-hybrid/hybrid-dev_7.2.2.dfsg.2-6.1_all.deb
ircd-hybrid_7.2.2.dfsg.2-6.1.diff.gz
  to main/i/ircd-hybrid/ircd-hybrid_7.2.2.dfsg.2-6.1.diff.gz
ircd-hybrid_7.2.2.dfsg.2-6.1.dsc
  to main/i/ircd-hybrid/ircd-hybrid_7.2.2.dfsg.2-6.1.dsc
ircd-hybrid_7.2.2.dfsg.2-6.1_amd64.deb
  to main/i/ircd-hybrid/ircd-hybrid_7.2.2.dfsg.2-6.1_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 567...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Zacchiroli <z...@debian.org> (supplier of updated ircd-hybrid 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: Wed, 17 Feb 2010 12:40:41 +0100
Source: ircd-hybrid
Binary: ircd-hybrid hybrid-dev
Architecture: source all amd64
Version: 1:7.2.2.dfsg.2-6.1
Distribution: unstable
Urgency: low
Maintainer: Joshua Kwan <jo...@triplehelix.org>
Changed-By: Stefano Zacchiroli <z...@debian.org>
Description: 
 hybrid-dev - development files for ircd-hybrid
 ircd-hybrid - high-performance secure IRC server
Closes: 567192
Changes: 
 ircd-hybrid (1:7.2.2.dfsg.2-6.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix integer underflow, apply patch for DSA-1980-1 by the security team.
     (Closes: #567192)
Checksums-Sha1: 
 30c6c97e7cc420d221f065edebdebfb1fa35827d 1202 ircd-hybrid_7.2.2.dfsg.2-6.1.dsc
 75511a4efc20759519fa1fb12c0cad024db54607 111574 
ircd-hybrid_7.2.2.dfsg.2-6.1.diff.gz
 321681a4959a085e644318085e99721fa23ba0da 64422 
hybrid-dev_7.2.2.dfsg.2-6.1_all.deb
 78cfce8474e7e0544beb60d8ebdf5a1dc4c3995e 642524 
ircd-hybrid_7.2.2.dfsg.2-6.1_amd64.deb
Checksums-Sha256: 
 2ca148e8ad545ab03b9977f9e0081604d57668698215bfbc38c481c137056ae6 1202 
ircd-hybrid_7.2.2.dfsg.2-6.1.dsc
 e44fa2ed3586e77c8e461d9e7cee2538bcf0ab57f4683ad704bee2dbc84e5702 111574 
ircd-hybrid_7.2.2.dfsg.2-6.1.diff.gz
 b911136525b4cbb5ad94bc4107a5fefaa3e8703fa2b655221df140ef30b53e2d 64422 
hybrid-dev_7.2.2.dfsg.2-6.1_all.deb
 4b8177802abf9f077bd8d338a5d12d3f45e1f8a3bcb56c42049728d95503661d 642524 
ircd-hybrid_7.2.2.dfsg.2-6.1_amd64.deb
Files: 
 c40b4b80b2e31604599abbcdfb36c7d7 1202 net optional 
ircd-hybrid_7.2.2.dfsg.2-6.1.dsc
 f21290abc57530edf4ecd264477f1640 111574 net optional 
ircd-hybrid_7.2.2.dfsg.2-6.1.diff.gz
 f4f8e60bf85582faf725b3677266385e 64422 devel optional 
hybrid-dev_7.2.2.dfsg.2-6.1_all.deb
 a787f777921399c492ddddad7983e1e2 642524 net optional 
ircd-hybrid_7.2.2.dfsg.2-6.1_amd64.deb

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

iD8DBQFLe9cW1cqbBPLEI7wRAn9hAKDENif+ak8zUNnR0CAGzRJzAxF3cQCcDjy1
WID2YtLHADTyUSdzW3qyUWM=
=WozF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to