From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.15.139 with SMTP id k11cs73977bka; Sat, 11 Sep 2010 09:43:01 -0700 (PDT) Received: by 10.231.10.141 with SMTP id p13mr2792263ibp.183.1284223380452; Sat, 11 Sep 2010 09:43:00 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id x21si9895772ibf.45.2010.09.11.09.42.59; Sat, 11 Sep 2010 09:43:00 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id BFA1319782D4; Sat, 11 Sep 2010 12:42:59 -0400 (EDT) Received: from dmz-mailsec-scanner-7.mit.edu (DMZ-MAILSEC-SCANNER-7.MIT.EDU [18.7.68.36]) by rubyforge.org (Postfix) with ESMTP id 882A71858363 for ; Sat, 11 Sep 2010 12:42:53 -0400 (EDT) X-AuditID: 12074424-b7b2bae000005b3f-56-4c8bb1789e89 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-7.mit.edu (Symantec Brightmail Gateway) with SMTP id F6.9B.23359.871BB8C4; Sat, 11 Sep 2010 12:42:32 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id o8BGgqwl021813; Sat, 11 Sep 2010 12:42:52 -0400 Received: from localhost (ool-44c4de0a.dyn.optonline.net [68.196.222.10]) (authenticated bits=0) (User authenticated as ezyang@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o8BGgoCr021236; Sat, 11 Sep 2010 12:42:51 -0400 (EDT) From: "Edward Z. Yang" To: Michael Hamann In-reply-to: <1283637106-18801-1-git-send-email-michael@content-space.de> References: <1283637106-18801-1-git-send-email-michael@content-space.de> Date: Sat, 11 Sep 2010 12:42:50 -0400 Message-Id: <1284223201-sup-8199@ezyang> User-Agent: Sup/git X-Brightmail-Tracker: AAAAAQCq+Kk= Cc: sup-devel Subject: Re: [sup-devel] [PATCH] Fixed inline gpg crash when the end marker is missing X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Michael Hamann's message of Sat Sep 04 17:51:46 -0400 2010: > lines.between() does not check if the end marker actually exists, but > later it is assumed the marker exists. This change introduces a check > for the end marker and doesn't decrypt messages in which the end marker > is missing. This is a fix for > http://rubyforge.org/pipermail/sup-talk/2010-August/004209.html Hello Michael, It may be desirable to assume an implicit end marker at the end of a message if it does not exist, to deal with certain malformed PGP messages that were also complained about on this list. Cheers, Edward _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel