From unknown Wed Jun 18 23:03:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#21186 <21186@debbugs.gnu.org> To: bug#21186 <21186@debbugs.gnu.org> Subject: Status: date core with bad string Reply-To: bug#21186 <21186@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:03:34 +0000 retitle 21186 date core with bad string reassign 21186 coreutils submitter 21186 michael@moffatt.org.nz severity 21186 normal tag 21186 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 11:25:27 2015 Received: (at submit) by debbugs.gnu.org; 4 Aug 2015 15:25:27 +0000 Received: from localhost ([127.0.0.1]:39630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMe5l-00034g-U9 for submit@debbugs.gnu.org; Tue, 04 Aug 2015 11:25:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58943) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMauh-0003mS-Qp for submit@debbugs.gnu.org; Tue, 04 Aug 2015 08:01:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMauf-0006Cs-UU for submit@debbugs.gnu.org; Tue, 04 Aug 2015 08:01:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMauf-0006Cm-SC for submit@debbugs.gnu.org; Tue, 04 Aug 2015 08:01:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMaue-00050j-6P for bug-coreutils@gnu.org; Tue, 04 Aug 2015 08:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMauZ-0006Bt-Fu for bug-coreutils@gnu.org; Tue, 04 Aug 2015 08:01:44 -0400 Received: from [64.186.146.140] (port=51212 helo=zurvan.vpscustomer.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMauZ-00069o-AE for bug-coreutils@gnu.org; Tue, 04 Aug 2015 08:01:39 -0400 Received: from localhost ([127.0.0.1] helo=mail.moffatt.org.nz) by zurvan.vpscustomer.com with esmtp (Exim 4.72) (envelope-from ) id 1ZMaVv-0002XD-AR for bug-coreutils@gnu.org; Tue, 04 Aug 2015 13:36:11 +0200 Received: from 145.253.117.58 (SquirrelMail authenticated user michael) by mail.moffatt.org.nz with HTTP; Tue, 4 Aug 2015 13:36:11 +0200 Message-ID: <992737f0b6c0ff7c0f3b974bc1be89bd.squirrel@mail.moffatt.org.nz> Date: Tue, 4 Aug 2015 13:36:11 +0200 Subject: date core with bad string From: "Michael Moffatt" To: bug-coreutils@gnu.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 04 Aug 2015 11:25:23 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: michael@moffatt.org.nz List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Hi there, I inadvertently discovered that the following bad input leads to a date core. While I accept that I was throwing garbage at poor old date, I thought that the resulting core merited a bug report. The string was: date +%s -d'TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"' I was doing this on Centos, but also verified the same issue on Debian (6.0.10) with coreutils 8.5 but the problem did NOT happen on another Debian (jessie/sid) box with coreutils 8.21. CENTOS BOX: [moffatt@centos ~]$ date +%s -d'TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"' *** Error in `date': free(): invalid size: 0x00007ffff49666b0 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7d19d)[0x7fcc0743719d] date[0x4065e0] date[0x402245] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7fcc073dbaf5] date[0x402275] ======= Memory map: ======== 00400000-0040e000 r-xp 00000000 fd:00 17170463 /usr/bin/date 0060d000-0060e000 r--p 0000d000 fd:00 17170463 /usr/bin/date 0060e000-0060f000 rw-p 0000e000 fd:00 17170463 /usr/bin/date 01df1000-01e12000 rw-p 00000000 00:00 0 [heap] 7fcc00c7d000-7fcc00c92000 r-xp 00000000 fd:00 39470731 /usr/lib64/libgcc_s-4.8.2-20140120.so.1 7fcc00c92000-7fcc00e91000 ---p 00015000 fd:00 39470731 /usr/lib64/libgcc_s-4.8.2-20140120.so.1 7fcc00e91000-7fcc00e92000 r--p 00014000 fd:00 39470731 /usr/lib64/libgcc_s-4.8.2-20140120.so.1 7fcc00e92000-7fcc00e93000 rw-p 00015000 fd:00 39470731 /usr/lib64/libgcc_s-4.8.2-20140120.so.1 7fcc00e93000-7fcc073ba000 r--p 00000000 fd:00 17268312 /usr/lib/locale/locale-archive 7fcc073ba000-7fcc07570000 r-xp 00000000 fd:00 39470740 /usr/lib64/libc-2.17.so 7fcc07570000-7fcc07770000 ---p 001b6000 fd:00 39470740 /usr/lib64/libc-2.17.so 7fcc07770000-7fcc07774000 r--p 001b6000 fd:00 39470740 /usr/lib64/libc-2.17.so 7fcc07774000-7fcc07776000 rw-p 001ba000 fd:00 39470740 /usr/lib64/libc-2.17.so 7fcc07776000-7fcc0777b000 rw-p 00000000 00:00 0 7fcc0777b000-7fcc0779c000 r-xp 00000000 fd:00 39470733 /usr/lib64/ld-2.17.so 7fcc0798a000-7fcc0798d000 rw-p 00000000 00:00 0 7fcc07999000-7fcc0799b000 rw-p 00000000 00:00 0 7fcc0799b000-7fcc0799c000 r--p 00020000 fd:00 39470733 /usr/lib64/ld-2.17.so 7fcc0799c000-7fcc0799d000 rw-p 00021000 fd:00 39470733 /usr/lib64/ld-2.17.so 7fcc0799d000-7fcc0799e000 rw-p 00000000 00:00 0 7ffff4948000-7ffff4969000 rw-p 00000000 00:00 0 [stack] 7ffff49fe000-7ffff4a00000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] [moffatt@centos ~]$ yum info coreutils Loaded plugins: fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast Loading mirror speeds from cached hostfile * base: ftp.usf.edu * epel: archive.linux.duke.edu * extras: centos-distro.cavecreek.net * updates: centos.mirror.constant.com Installed Packages Name : coreutils Arch : x86_64 Version : 8.22 Release : 11.el7 Size : 14 M Repo : installed >From repo : anaconda Summary : A set of basic GNU tools commonly used in shell scripts URL : http://www.gnu.org/software/coreutils/ License : GPLv3+ Description : These are the GNU core utilities. This package is the combination of : the old GNU fileutils, sh-utils, and textutils packages. moffatt@centos :~$ uname -a Linux XXXXX 3.13.0-54-generic #91-Ubuntu SMP Tue May 26 19:15:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux ------------------------------------------- DEBIAN 6.0.3 BOX michael@debian:~$ date +%s -d'TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"' *** glibc detected *** date: munmap_chunk(): invalid pointer: 0x00007ffff48c67d0 *** ======= Backtrace: ========= /lib/libc.so.6(+0x71e16)[0x7fc1ba269e16] date[0x4040a8] date[0x40244e] /lib/libc.so.6(__libc_start_main+0xfd)[0x7fc1ba216c8d] date[0x401759] ======= Memory map: ======== 00400000-0040e000 r-xp 00000000 ca:01 950349 /bin/date 0060e000-0060f000 rw-p 0000e000 ca:01 950349 /bin/date 0154a000-0156b000 rw-p 00000000 00:00 0 [heap] 7fc1b9a7d000-7fc1b9a93000 r-xp 00000000 ca:01 328963 /lib/libgcc_s.so.1 7fc1b9a93000-7fc1b9c92000 ---p 00016000 ca:01 328963 /lib/libgcc_s.so.1 7fc1b9c92000-7fc1b9c93000 rw-p 00015000 ca:01 328963 /lib/libgcc_s.so.1 7fc1b9c93000-7fc1b9fdc000 r--p 00000000 ca:01 1151015 /usr/lib/locale/locale-archive 7fc1b9fdc000-7fc1b9ff3000 r-xp 00000000 ca:01 329040 /lib/libpthread-2.11.3.so 7fc1b9ff3000-7fc1ba1f2000 ---p 00017000 ca:01 329040 /lib/libpthread-2.11.3.so 7fc1ba1f2000-7fc1ba1f3000 r--p 00016000 ca:01 329040 /lib/libpthread-2.11.3.so 7fc1ba1f3000-7fc1ba1f4000 rw-p 00017000 ca:01 329040 /lib/libpthread-2.11.3.so 7fc1ba1f4000-7fc1ba1f8000 rw-p 00000000 00:00 0 7fc1ba1f8000-7fc1ba351000 r-xp 00000000 ca:01 329045 /lib/libc-2.11.3.so 7fc1ba351000-7fc1ba550000 ---p 00159000 ca:01 329045 /lib/libc-2.11.3.so 7fc1ba550000-7fc1ba554000 r--p 00158000 ca:01 329045 /lib/libc-2.11.3.so 7fc1ba554000-7fc1ba555000 rw-p 0015c000 ca:01 329045 /lib/libc-2.11.3.so 7fc1ba555000-7fc1ba55a000 rw-p 00000000 00:00 0 7fc1ba55a000-7fc1ba561000 r-xp 00000000 ca:01 329042 /lib/librt-2.11.3.so 7fc1ba561000-7fc1ba760000 ---p 00007000 ca:01 329042 /lib/librt-2.11.3.so 7fc1ba760000-7fc1ba761000 r--p 00006000 ca:01 329042 /lib/librt-2.11.3.so 7fc1ba761000-7fc1ba762000 rw-p 00007000 ca:01 329042 /lib/librt-2.11.3.so 7fc1ba762000-7fc1ba780000 r-xp 00000000 ca:01 329041 /lib/ld-2.11.3.so 7fc1ba976000-7fc1ba979000 rw-p 00000000 00:00 0 7fc1ba97d000-7fc1ba97f000 rw-p 00000000 00:00 0 7fc1ba97f000-7fc1ba980000 r--p 0001d000 ca:01 329041 /lib/ld-2.11.3.so 7fc1ba980000-7fc1ba981000 rw-p 0001e000 ca:01 329041 /lib/ld-2.11.3.so 7fc1ba981000-7fc1ba982000 rw-p 00000000 00:00 0 7ffff48b4000-7ffff48c9000 rw-p 00000000 00:00 0 [stack] 7ffff4902000-7ffff4903000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Aborted root@debian:/home/michael# cat /etc/debian_version 6.0.10 root@debian:/home/michael# date --version date (GNU coreutils) 8.5 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. root@debian:/home/michael# uname -a Linux XXXXX 2.6.32-5-xen-amd64 #1 SMP Tue May 13 18:41:58 UTC 2014 x86_64 GNU/Linux ------------------------------------------- DEBIAN JESSIE/SID BOX ubuntu@JESSIE:~$ date +%s -d'TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"' date: invalid date ‘TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"’ ubuntu@JESSY:~$ cat /etc/debian_version jessie/sid ubuntu@zeus:~$ date --version date (GNU coreutils) 8.21 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David MacKenzie. ubuntu@JESSY:~$ uname -a Linux XXXXXXX 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ------------------------------------------- I can collect further debug if necessary, but the repro is fairly straightforward. Regards, Michael Moffatt. From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 11:55:58 2015 Received: (at 21186) by debbugs.gnu.org; 4 Aug 2015 15:55:58 +0000 Received: from localhost ([127.0.0.1]:39638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMeZK-0004DI-AT for submit@debbugs.gnu.org; Tue, 04 Aug 2015 11:55:58 -0400 Received: from mail1.vodafone.ie ([213.233.128.43]:64491) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZMeZH-0004Cz-P8; Tue, 04 Aug 2015 11:55:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoOACbgwFVtTv9h/2dsb2JhbABbgkhSHzVpAYE+gRa8IIV2AQICgTdMAQEBAQEBgQtBA4NgAQEEMgFWCw0LCRYPCQMCAQIBRQcMCAEBiC4BCLp9kEkBAQgBAQEBHotPhQ+ELAEElHqEfZBEkGQmgg4cgVQ9MgGCSgEBAQ Received: from unknown (HELO localhost.localdomain) ([109.78.255.97]) by mail1.vodafone.ie with ESMTP; 04 Aug 2015 16:55:53 +0100 Message-ID: <55C0E089.3080701@draigBrady.com> Date: Tue, 04 Aug 2015 16:55:53 +0100 From: =?windows-1252?Q?P=E1draig_Brady?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: michael@moffatt.org.nz, 21186@debbugs.gnu.org Subject: Re: bug#21186: date core with bad string References: <992737f0b6c0ff7c0f3b974bc1be89bd.squirrel@mail.moffatt.org.nz> In-Reply-To: <992737f0b6c0ff7c0f3b974bc1be89bd.squirrel@mail.moffatt.org.nz> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 21186 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) unarchive 16872 forcemerge 21186 16872 stop On 04/08/15 12:36, Michael Moffatt wrote: > Hi there, > > I inadvertently discovered that the following bad input leads to a date > core. While I accept that I was throwing garbage at poor old date, I > thought that the resulting core merited a bug report. > > The string was: > > date +%s -d'TZ="America/Los_Angeles" "Tue, 14 Jul 2015 04:00:35 +0000"' > > I was doing this on Centos, but also verified the same issue on Debian > (6.0.10) with coreutils 8.5 but the problem did NOT happen on another > Debian (jessie/sid) box with coreutils 8.21. This fix which was included in coreutils 8.23 and probably backported to debian: http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=a10acfb1d2 It's not been fixed in centos 7 yet: https://bugzilla.redhat.com/1167548 cheers, Pádraig. From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 11 18:15:48 2018 Received: (at control) by debbugs.gnu.org; 11 Oct 2018 22:15:48 +0000 Received: from localhost ([127.0.0.1]:45654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAjFE-0002PD-5i for submit@debbugs.gnu.org; Thu, 11 Oct 2018 18:15:48 -0400 Received: from mail-pf1-f181.google.com ([209.85.210.181]:39391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAjFC-0002Ow-D5 for control@debbugs.gnu.org; Thu, 11 Oct 2018 18:15:46 -0400 Received: by mail-pf1-f181.google.com with SMTP id c25-v6so5102440pfe.6 for ; Thu, 11 Oct 2018 15:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=aCMPf+7kyoxN+rBTekFZz3oWrRjDvMuc6vTuYT21Ayk=; b=jQSTj1oIOh/kU+0QgvVa9jAf+WwO4i158LaHlPg5KcDpTdIIMVsexf46xGQWHnYLM8 +zReHcVThWS5DKY2PtiaYQGoq0/qHoDTNNNQ7BTSHUqQwf5HTyh5a6RobQNQugQFtydJ Rt2cbxuXfVQHEozp/uVR62CVqhNPR6aaaYGnlGU20ZoIjt4uN5rnGh2BcOMDV5upRjvo 6dwGWMSXjJC8ddSe+KJfFeLw6KnDTzBrUeAiZj247qIw5PooKZAmz9jkgQfx2LmRWPJC 98xDJquUSuqjjWj758gJwUlPLaWqlEn+H43oIvxpqV7epCT+uuams8HD7MkjZy1uo3/8 nwXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=aCMPf+7kyoxN+rBTekFZz3oWrRjDvMuc6vTuYT21Ayk=; b=XAcJmAEOey9bb2WzHT6+srgmRjRzR4cDJbuTkbhLNQxG/XSET2F5+c/jjtle2ISd0V YsQW4UwM1Z1NbdhHaf5HYWoZ0bZ6A7oO7bzRAWXn4000cNozruOCjhAqqpwg2RAkePfP CboI+2L8zn9621bO6EApDM3/7ZZVOJt7Ca3HO7PZ4EXgZXAorXCKS93G/O64ggjklOud 3XKuBNBnYabnsHdE00C3fOPEUO9WVB+MFDzrf7X37xHyNiFxeTz24yLJJxTZ5gEYlMWQ s0j/PGkwzaDWVWEWjs5iKC2GQvuq9P92h+5Y5lCllSnlj8/pChugcBAQtQhPz3RZnIbG h/8A== X-Gm-Message-State: ABuFfogJB04BZVDOwb0VfdxCQKygSQpusXbFwqFvlObU9/zrOBl+BIHK lIYX2UAUTb546doifRv5Qh/++IfM X-Google-Smtp-Source: ACcGV63/p1ZxnixeZlKyAhWdRojntCOIqhMBML/uGDJBsBc9xOlhDy1myTnczOQ7SPvTJ1b7zRMyWA== X-Received: by 2002:a62:3384:: with SMTP id z126-v6mr3277051pfz.85.1539296139769; Thu, 11 Oct 2018 15:15:39 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id t15-v6sm66768319pfj.7.2018.10.11.15.15.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Oct 2018 15:15:38 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: Date: Thu, 11 Oct 2018 16:15:36 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 15308 notabug close 15308 tags 15634 notabug close 15634 tags 16004 notabug severity 16004 wishlist close 16004 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.210.181 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.210.181 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 15308 notabug close 15308 tags 15634 notabug close 15634 tags 16004 notabug severity 16004 wishlist close 16004 tags 16245 notabug close 16245 tags 16249 notabug close 16249 tags 16249 notabug close 16249 close 16309 tags 16468 notabug close 16468 tag 16530 notabug close 16530 tags 16718 notabug close 16718 tags 16742 +moreinfo close 16742 tags 16831 wontfix close 16831 tags 16838 wontfix close 16838 tags 16872 fixed close 16872 close 16945 close 17224 tags 17503 + notabug close 17503 close 17546 tags 17904 notabug close 17904 From unknown Wed Jun 18 23:03:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 09 Nov 2018 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator