[PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address
authorTodd <todd@electricoding.com>
Sat, 17 Jan 2015 15:51:44 +0000 (09:51 +1800)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:28 +0000 (14:47 -0700)
e5/d61c9c1620bc73a9d898e1386977241be2cb75 [new file with mode: 0644]

diff --git a/e5/d61c9c1620bc73a9d898e1386977241be2cb75 b/e5/d61c9c1620bc73a9d898e1386977241be2cb75
new file mode 100644 (file)
index 0000000..6711899
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <todd@electricoding.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 63E07431FD9\r
+       for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 07:52:29 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id REsv23JAzrH4 for <notmuch@notmuchmail.org>;\r
+       Sat, 17 Jan 2015 07:52:26 -0800 (PST)\r
+Received: from s75.web-hosting.com (s75.web-hosting.com [198.187.31.9])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 256BB431FAF\r
+       for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 07:52:26 -0800 (PST)\r
+Received: from user-69-73-37-128.knology.net ([69.73.37.128]:46357\r
+       helo=localhost.localdomain)\r
+       by server75.web-hosting.com with esmtpsa (UNKNOWN:AES128-SHA256:128)\r
+       (Exim 4.82) (envelope-from <todd@electricoding.com>)\r
+       id 1YCVfk-00164v-6k; Sat, 17 Jan 2015 10:52:24 -0500\r
+From: Todd <todd@electricoding.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address\r
+Date: Sat, 17 Jan 2015 09:51:44 -0600\r
+Message-Id: <1421509906-2153-1-git-send-email-todd@electricoding.com>\r
+X-Mailer: git-send-email 1.9.1\r
+X-AntiAbuse: This header was added to track abuse,\r
+       please include it with any abuse report\r
+X-AntiAbuse: Primary Hostname - server75.web-hosting.com\r
+X-AntiAbuse: Original Domain - notmuchmail.org\r
+X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
+X-AntiAbuse: Sender Address Domain - electricoding.com\r
+X-Get-Message-Sender-Via: server75.web-hosting.com: authenticated_id:\r
+       todd@electricoding.com\r
+X-Source: \r
+X-Source-Args: \r
+X-Source-Dir: \r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 17 Jan 2015 15:52:29 -0000\r
+\r
+I built a copy of notmuch with gcc 4.8's new -fsanitize=address\r
+feature and ran the test bench. It pointed out these two issues.\r
+\r
+\r
+Todd (2):\r
+  lib: Fix potential invalid read past an empty string\r
+  lib: Fix use after free\r
+\r
+ lib/thread.cc | 7 +++----\r
+ 1 file changed, 3 insertions(+), 4 deletions(-)\r
+\r
+--\r
+1.9.1\r