Your message dated Sat, 23 Feb 2013 11:56:55 +0000 with message-id <1361620615.20752.10.camel@jacala.jungle.funky-badger.org> and subject line Closing p-u bugs included in point release has caused the Debian Bug report #697434, regarding pu: package gzip/1.3.12-9+deb6u0 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.) -- 697434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697434 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: pu: package gzip/1.3.12-9+deb6u0
- From: Niels Thykier <niels@thykier.net>
- Date: Sat, 05 Jan 2013 11:47:51 +0100
- Message-id: <20130105104751.27199.69481.reportbug@mangetsu.thykier.net>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: pu I would like to upload a patched version of gzip to fix #627121 (grave; use of memcpy with overlapping memory regions). This bug was fixed in gzip/1.4-1 by upstream changes; looking at the upstream ChangeLog[1], only a single file (inflate.c) was affected[2]. I have attached the relevant source debdiff. ~Niels [1] http://git.gag.com/?p=debian/gzip;a=blobdiff;f=ChangeLog;h=f1f25ab210301c783ce32d17c1457a7550d909f3;hp=6b61a98984c0a578fd0224f1f3b8b2c5ffe1e26a;hb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5 [2] The last chunck of: http://git.gag.com/?p=debian/gzip;a=blobdiff;f=inflate.c;h=75353e2d72b50f0fb48d51a5ef6498d324dbf901;hp=b72c187ee38315c604b236357bee2d33f030f299;hb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5diff -u gzip-1.3.12/inflate.c gzip-1.3.12/inflate.c --- gzip-1.3.12/inflate.c +++ gzip-1.3.12/inflate.c @@ -595,7 +595,8 @@ do { n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); #if !defined(NOMEMCPY) && !defined(DEBUG) - if (w - d >= e) /* (this test assumes unsigned comparison) */ + unsigned int delta = w > d ? w - d : d - w; + if (delta >= e) { memcpy(slide + w, slide + d, e); w += e; diff -u gzip-1.3.12/debian/changelog gzip-1.3.12/debian/changelog --- gzip-1.3.12/debian/changelog +++ gzip-1.3.12/debian/changelog @@ -1,3 +1,11 @@ +gzip (1.3.12-9+deb6u0) UNRELEASED; urgency=low + + * Non-maintainer upload to stable. + * Backport upstream patch to avoid using memcpy on overlapping + memory regions. (Closes: #627121) + + -- Niels Thykier <niels@thykier.net> Sat, 05 Jan 2013 11:31:24 +0100 + gzip (1.3.12-9) unstable; urgency=high * fix applied for CVE-2010-0001 which identified an integer underflow when
--- End Message ---
--- Begin Message ---
- To: 689602-done@bugs.debian.org, 690552-done@bugs.debian.org, 690951-done@bugs.debian.org, 691142-done@bugs.debian.org, 691885-done@bugs.debian.org, 694329-done@bugs.debian.org, 695642-done@bugs.debian.org, 695956-done@bugs.debian.org, 696065-done@bugs.debian.org, 696158-done@bugs.debian.org, 696735-done@bugs.debian.org, 696778-done@bugs.debian.org, 697434-done@bugs.debian.org, 697563-done@bugs.debian.org, 697598-done@bugs.debian.org, 697798-done@bugs.debian.org, 698621-done@bugs.debian.org, 699228-done@bugs.debian.org, 699552-done@bugs.debian.org, 699696-done@bugs.debian.org, 700079-done@bugs.debian.org, 700163-done@bugs.debian.org, 700251-done@bugs.debian.org, 700277-done@bugs.debian.org, 700367-done@bugs.debian.org, 700393-done@bugs.debian.org, 700401-done@bugs.debian.org, 700523-done@bugs.debian.org, 700528-done@bugs.debian.org, 700563-done@bugs.debian.org, 700568-done@bugs.debian.org, 700672-done@bugs.debian.org, 700675-done@bugs.debian.org, 700724-done@bugs.debian.org, 700735-done@bugs.debian.org
- Subject: Closing p-u bugs included in point release
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 23 Feb 2013 11:56:55 +0000
- Message-id: <1361620615.20752.10.camel@jacala.jungle.funky-badger.org>
Version: 6.0.7 Hi, The package discussed in each of these bugs was added to stable as part of today's point release. Regards, Adam
--- End Message ---