nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] another message corruption bug


From: Paul Fox
Subject: [Nmh-workers] another message corruption bug
Date: Wed, 01 May 2013 11:32:19 -0400

hi --

sorry to have to report another corruption issue.  inc corrupts the
DKIM-Signature header in the attached message from:

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
        h=x-received:sender:content-type:mime-version:subject:from
        :in-reply-to:date:cc:message-id:references:to:x-mailer;
        bh=9RvGuD7z0t+zYV3baoa1XJT3sSAnFive2ajfw7XzoAI=;
        b=oegx7thD9cv2dxX30/3vHXKritCxhrTIMIsAX0cBnt1C6JXWgq7sKD5M+w/+CrkJp1
        JqUHyVQnwSqMu03WfNBYdzAVrNc7Ask11AVp+GrwniRFfW6yGXzUh/okC/fAwS4U46sh
        tAeflp3+SiSKLuo6U+00jjH8ekhtYxmWSrXBvYHQgvsyqHd5CHvPThO4qxDUJ0Zx/4mj
        sU1fI9N5mBm27WkHFgFJbBgeMZViP9LDw3wapxHK0ABucKdEM6cqOrNn+cZVuVfysNXl
        53IWIWcIOMBwL5zlG6k7pdNm3OtCnn59RML9EIPfDv+Vuk8VfHfiP7Siz7kqPQVf+8ol
        /6QQ==

to: 

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
        h=x-received:sender:content-type:mime-version:subject:from
        :in-reply-to:date:cc:message-id:references:to:x-mailer;
        bh=9RvGuD7z0t+zYV3baoa1XJT3sSAnFive2ajfw7XzoAI=;
        b=oegx7thD9cv2dxX30/3vHXKritCxhrTIMIsAX0cBnt1C6JXWgq7sKD5M+w/+CrkJp1
        JqUHyVQnwSqMu03WfNBYdzAVrNc7Ask11AVp+GrwniRFfW6yGXzUh/okC/fAwS4U46sh
        tAeflp3+SiSKLuo6U+00jjH8ekhtYxmWSrXBvYHQgvsyqHd5CHvPThO4qxDUJ0Zx/4mj
        sU1fI9N5mBm27WkHFgFJbBgeMZViP9LDw3wapxHK0ABucKdEM6cqOrNn+cZVuVfysNXl
53IWIWcIOMBwL5zlG6k7pdNm3OtCnn59RML9EIPfDv+Vuk8VfHfiP7Siz7kqPQVf+8ol
        /6QQ==

(i don't know whether the issue is this header, or something previous.)

i went back to the commit before f6e6ec96c9e179f7817fca4c8c22bc2bd4e417e8,
which introduced the corruption previous issue i found, but rather
than fix the problem, the inc built that commit simply dumps core. ;-)

so:

somewhere between
    commit f6e6ec96c9e179f7817fca4c8c22bc2bd4e417e8 (master~193^2~6^2~31)
    Author: David Levine <address@hidden>
    Date:   Sun Jan 13 11:08:28 2013 -0600

      Added bytes_read to m_getfld() buffer state.  This is the
      next step in supporting ftell()/fseek().
and
    commit 55f65ae2d3baf60396d3359db952460939de03ca
    Author: David Levine <address@hidden>
    Date:   Sun Apr 14 10:47:31 2013 -0500

        Moved #include of signal.h to h/signals.h.  And it was already
        in h/nmh.h.

the behavior changed from dumping core to losing a tab character.  i
didn't bisect further -- it's not clear that bisecting between two failures
would be all that productive.  ;-)

paul
----------------------
 paul fox, address@hidden (arlington, ma, where it's 61.7 degrees)
>From address@hidden  Wed May  1 11:12:38 2013
Return-Path: <address@hidden>
X-Original-To: address@hidden
Delivered-To: address@hidden
Received: from colo.foxharp.net (grass [127.0.0.1])
        by grass.foxharp.boston.ma.us (Postfix) with ESMTP id CCF212E8020
        for <address@hidden>; Wed,  1 May 2013 10:45:24 -0400 (EDT)
Received: from swan.example.com (swan.example.com [18.85.2.166])
        by colo.foxharp.net (Postfix) with ESMTPS id 5812E540DB
        for <address@hidden>; Wed,  1 May 2013 10:37:59 -0400 (EDT)
Received: by swan.example.com (Postfix)
        id E733A316790; Wed,  1 May 2013 10:45:16 -0400 (EDT)
Delivered-To: address@hidden
Received: from swan.example.com (localhost [127.0.0.1])
        by swan.example.com (Postfix) with ESMTP id C682931665B;
        Wed,  1 May 2013 10:45:16 -0400 (EDT)
Received: by swan.example.com (Postfix)
        id 0F4DD316644; Wed,  1 May 2013 10:45:15 -0400 (EDT)
Delivered-To: address@hidden
Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com
        [209.85.216.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits))
        (No client certificate requested)
        by swan.example.com (Postfix) with ESMTPS id E17B63163D8;
        Wed,  1 May 2013 10:45:14 -0400 (EDT)
Received: by mail-qa0-f47.google.com with SMTP id bn16so2122913qab.13
        for <multiple recipients>; Wed, 01 May 2013 07:45:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
        h=x-received:sender:content-type:mime-version:subject:from
        :in-reply-to:date:cc:message-id:references:to:x-mailer;
        bh=9RvGuD7z0t+zYV3baoa1XJT3sSAnFive2ajfw7XzoAI=;
        b=oegx7thD9cv2dxX30/3vHXKritCxhrTIMIsAX0cBnt1C6JXWgq7sKD5M+w/+CrkJp1
        JqUHyVQnwSqMu03WfNBYdzAVrNc7Ask11AVp+GrwniRFfW6yGXzUh/okC/fAwS4U46sh
        tAeflp3+SiSKLuo6U+00jjH8ekhtYxmWSrXBvYHQgvsyqHd5CHvPThO4qxDUJ0Zx/4mj
        sU1fI9N5mBm27WkHFgFJbBgeMZViP9LDw3wapxHK0ABucKdEM6cqOrNn+cZVuVfysNXl
        53IWIWcIOMBwL5zlG6k7pdNm3OtCnn59RML9EIPfDv+Vuk8VfHfiP7Siz7kqPQVf+8ol
        /6QQ==
X-Received: by 10.229.6.1 with SMTP id 1mr1114959qcx.17.1367419521930;
        Wed, 01 May 2013 07:45:21 -0700 (PDT)
Received: from [192.168.1.104] (pool-173-76-238-235.bstnma.fios.verizon.net.
        [173.76.238.235])
        by mx.google.com with ESMTPSA id c7sm2467085qel.2.2013.05.01.07.45.20
        for <multiple recipients>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Wed, 01 May 2013 07:45:21 -0700 (PDT)
Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\))
From: Ed McNierney <address@hidden>
In-Reply-To: <address@hidden>
Date: Wed, 1 May 2013 10:45:20 -0400
Message-Id: <address@hidden> (sfid-20130501_104524_976278_A4BCFCC7)
References: <address@hidden>
        <address@hidden>
To: Reuben Caron <address@hidden>
X-Mailer: Apple Mail (2.1503)
Cc: "address@hidden" <address@hidden>
Subject: Re: [Twine] working at home today
X-BeenThere: address@hidden
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: <twine.lists.example.com>
List-Unsubscribe: <http://lists.example.com/options/twine>,
        <mailto:address@hidden>
List-Archive: <http://lists.example.com/pipermail/twine>
List-Post: <mailto:address@hidden>
List-Help: <mailto:address@hidden>
List-Subscribe: <http://lists.example.com/listinfo/twine>,
        <mailto:address@hidden>
Content-Type: multipart/mixed; boundary="===============6004824184846411424=="
Sender: address@hidden
Errors-To: address@hidden
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20130501_104524_976278_A4BCFCC7 
X-CRM114-Status: GOOD ( 999.99 )

test


reply via email to

[Prev in Thread] Current Thread [Next in Thread]