Re: [PATCH] doc: document notmuch-dump header line
[notmuch-archives.git] / e5 / d61c9c1620bc73a9d898e1386977241be2cb75
1 Return-Path: <todd@electricoding.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 63E07431FD9\r
6         for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 07:52:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\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 REsv23JAzrH4 for <notmuch@notmuchmail.org>;\r
16         Sat, 17 Jan 2015 07:52:26 -0800 (PST)\r
17 Received: from s75.web-hosting.com (s75.web-hosting.com [198.187.31.9])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 256BB431FAF\r
21         for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 07:52:26 -0800 (PST)\r
22 Received: from user-69-73-37-128.knology.net ([69.73.37.128]:46357\r
23         helo=localhost.localdomain)\r
24         by server75.web-hosting.com with esmtpsa (UNKNOWN:AES128-SHA256:128)\r
25         (Exim 4.82) (envelope-from <todd@electricoding.com>)\r
26         id 1YCVfk-00164v-6k; Sat, 17 Jan 2015 10:52:24 -0500\r
27 From: Todd <todd@electricoding.com>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address\r
30 Date: Sat, 17 Jan 2015 09:51:44 -0600\r
31 Message-Id: <1421509906-2153-1-git-send-email-todd@electricoding.com>\r
32 X-Mailer: git-send-email 1.9.1\r
33 X-AntiAbuse: This header was added to track abuse,\r
34         please include it with any abuse report\r
35 X-AntiAbuse: Primary Hostname - server75.web-hosting.com\r
36 X-AntiAbuse: Original Domain - notmuchmail.org\r
37 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
38 X-AntiAbuse: Sender Address Domain - electricoding.com\r
39 X-Get-Message-Sender-Via: server75.web-hosting.com: authenticated_id:\r
40         todd@electricoding.com\r
41 X-Source: \r
42 X-Source-Args: \r
43 X-Source-Dir: \r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 17 Jan 2015 15:52:29 -0000\r
57 \r
58 I built a copy of notmuch with gcc 4.8's new -fsanitize=address\r
59 feature and ran the test bench. It pointed out these two issues.\r
60 \r
61 \r
62 Todd (2):\r
63   lib: Fix potential invalid read past an empty string\r
64   lib: Fix use after free\r
65 \r
66  lib/thread.cc | 7 +++----\r
67  1 file changed, 3 insertions(+), 4 deletions(-)\r
68 \r
69 --\r
70 1.9.1\r