Re: [PATCH] don't store temporary value returned from c_str()
authorVladimir Marek <Vladimir.Marek@Oracle.COM>
Wed, 1 May 2013 21:33:30 +0000 (23:33 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:33 +0000 (09:54 -0800)
96/c7afc2fe2dc36825efb50ecea41a55a679bb80 [new file with mode: 0644]

diff --git a/96/c7afc2fe2dc36825efb50ecea41a55a679bb80 b/96/c7afc2fe2dc36825efb50ecea41a55a679bb80
new file mode 100644 (file)
index 0000000..0109e4a
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <Vladimir.Marek@Oracle.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 644CA431FBF\r
+       for <notmuch@notmuchmail.org>; Wed,  1 May 2013 14:35:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.299\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
+       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 dAqtRN9HkeGD for <notmuch@notmuchmail.org>;\r
+       Wed,  1 May 2013 14:35:30 -0700 (PDT)\r
+Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81])\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 9E361431FB6\r
+       for <notmuch@notmuchmail.org>; Wed,  1 May 2013 14:35:30 -0700 (PDT)\r
+Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93])\r
+       by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with\r
+       ESMTP id r41LZR7q022220\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
+       Wed, 1 May 2013 21:35:28 GMT\r
+Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230])\r
+       by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r41LZRVF011674\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);\r
+       Wed, 1 May 2013 21:35:27 GMT\r
+Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63])\r
+       by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r41LZQjS021256; Wed, 1 May 2013 21:35:26 GMT\r
+Received: from pub.cz.oracle.com (/10.163.101.122)\r
+       by default (Oracle Beehive Gateway v4.0)\r
+       with ESMTP ; Wed, 01 May 2013 14:35:26 -0700\r
+Date: Wed, 1 May 2013 23:33:30 +0200\r
+From: Vladimir Marek <Vladimir.Marek@Oracle.COM>\r
+To: David Bremner <david@tethera.net>\r
+Subject: Re: [PATCH] don't store temporary value returned from c_str()\r
+Message-ID: <20130501213330.GE19599@pub.cz.oracle.com>\r
+Mail-Followup-To: David Bremner <david@tethera.net>,\r
+       Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+References: <1366405933-17223-1-git-send-email-Vladimir.Marek@oracle.com>\r
+       <878v44qhop.fsf@nikula.org>\r
+       <20130427160540.GB17459@vi64-x3-2e-prg06.cz.oracle.com>\r
+       <87y5c1uj4a.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Disposition: inline\r
+In-Reply-To: <87y5c1uj4a.fsf@zancas.localnet>\r
+User-Agent: Mutt/1.5.21 (2010-09-15)\r
+X-Source-IP: ucsinet21.oracle.com [156.151.31.93]\r
+Cc: notmuch@notmuchmail.org\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: Wed, 01 May 2013 21:35:35 -0000\r
+\r
+> Would you mind updating your commit message to reflect the best guesses\r
+> from this discussion? \r
+\r
+Hi,\r
+\r
+Sorry it took me a while. I just sent new version of the patch for\r
+consideration.\r
+\r
+-- \r
+       Vlad\r