Re: [PATCH 2/2] test: check argc in symbol-test
authorDavid Bremner <david@tethera.net>
Mon, 7 Sep 2015 12:45:40 +0000 (09:45 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:32 +0000 (14:49 -0700)
06/450a7476544406f2a1c5f5958df854493ea7a3 [new file with mode: 0644]

diff --git a/06/450a7476544406f2a1c5f5958df854493ea7a3 b/06/450a7476544406f2a1c5f5958df854493ea7a3
new file mode 100644 (file)
index 0000000..aa2d80b
--- /dev/null
@@ -0,0 +1,61 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 5FA956DE1966\r
+ for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:58:44 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.71\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.71 tagged_above=-999 required=5 tests=[AWL=-0.980, \r
+ RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596,\r
+ RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id YblunPL56sYc for <notmuch@notmuchmail.org>;\r
+ Mon,  7 Sep 2015 05:58:42 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id B45016DE1761\r
+ for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:58:42 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZYvns-0002l0-BJ; Mon, 07 Sep 2015 09:45:44 -0300\r
+Received: (nullmailer pid 21953 invoked by uid 1000); Mon, 07 Sep 2015\r
+ 12:45:40 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] test: check argc in symbol-test\r
+In-Reply-To: <1441392555-20056-2-git-send-email-jani@nikula.org>\r
+References: <1441392555-20056-1-git-send-email-jani@nikula.org>\r
+ <1441392555-20056-2-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 07 Sep 2015 09:45:40 -0300\r
+Message-ID: <87k2s2z9cb.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Mon, 07 Sep 2015 12:58:44 -0000\r
+\r
+Jani Nikula <jani@nikula.org> writes:\r
+\r
+>  \r
+> +    if (argc != 2)\r
+> +    return 1;\r
+> +\r
+\r
+Off by one error? this seems to break T360\r
+\r
+d\r