Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 17 / c11bfba261424165c4ce9cabbefd9196723115
1 Return-Path: <cyd@stupidchicken.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 2A5184196F2\r
6         for <notmuch@notmuchmail.org>; Tue, 18 May 2010 11:16:36 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.448\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.448 tagged_above=-999 required=5\r
12         tests=[BAYES_20=-0.001, RCVD_IN_BRBL_LASTEXT=1.449] autolearn=no\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 6NNWvOoOC3op for <notmuch@notmuchmail.org>;\r
16         Tue, 18 May 2010 11:16:25 -0700 (PDT)\r
17 Received: from pantheon-po17.its.yale.edu (pantheon-po17.its.yale.edu\r
18         [130.132.50.73])\r
19         by olra.theworths.org (Postfix) with ESMTP id C40BF4196F3\r
20         for <notmuch@notmuchmail.org>; Tue, 18 May 2010 11:16:24 -0700 (PDT)\r
21 Received: from furry (dhcp128036014213.central.yale.edu [128.36.14.213])\r
22         (authenticated bits=0)\r
23         by pantheon-po17.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id\r
24         o4II7AfM031273\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Tue, 18 May 2010 14:07:10 -0400\r
27 Received: by furry (Postfix, from userid 1000)\r
28         id A7B5AC057; Tue, 18 May 2010 14:07:10 -0400 (EDT)\r
29 From: Chong Yidong <cyd@stupidchicken.com>\r
30 To: Carl Worth <cworth@cworth.org>\r
31 Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string\r
32 References: <87pr0t5h1q.fsf@yoom.home.cworth.org>\r
33 Date: Tue, 18 May 2010 14:07:10 -0400\r
34 In-Reply-To: <87pr0t5h1q.fsf@yoom.home.cworth.org> (Carl Worth's message of\r
35         "Tue, 18 May 2010 09:08:17 -0700")\r
36 Message-ID: <87fx1pkrsh.fsf@stupidchicken.com>\r
37 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux)\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)\r
41 X-Mailman-Approved-At: Mon, 24 May 2010 08:16:08 -0700\r
42 Cc: Notmuch mailing list <notmuch@notmuchmail.org>, 6214-done@debbugs.gnu.org\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Tue, 18 May 2010 18:16:36 -0000\r
56 \r
57 Carl Worth <cworth@cworth.org> writes:\r
58 \r
59 > A user of the emacs-based mail client, Notmuch [*], found that\r
60 > attempting to display a particular message would consistently\r
61 > causes a segmentation fault in emacs.\r
62 >\r
63 > I haven't attempted to debug this within gdb yet, (I'll have to get my\r
64 > hands on a build of emacs with debugging symbols first). But I wanted to\r
65 > share things right away, so that perhaps someone else could do further\r
66 > debugging and follow up.\r
67 \r
68 Looks like a stack overflow in the `string' function.  I've checked in a\r
69 fix, thanks for the bug report.\r