[sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature)

2010-10-05 Thread Sascha Silbe
A PGP message chunk (bounded by "-BEGIN PGP MESSAGE-" and "-END PGP MESSAGE-") can contain a detached signature. By default GPG will wait for the payload to be supplied on stdin if it gets passed a lone detached signature. To the user it will appear as GPG (or sup, since they don't

Re: [sup-devel] [PATCH] Fixed inline gpg crash when the end marker is missing

2010-10-05 Thread Sascha Silbe
Excerpts from Michael Hamann's message of Sat Sep 04 23:51:46 +0200 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 m

Re: [sup-devel] [PATCH] Fixed inline gpg crash when the end marker is missing

2010-10-05 Thread Ben Walton
Excerpts from Sascha Silbe's message of Tue Oct 05 07:42:58 -0400 2010: > Just encountered this one with some message in the "Error when > verifying tags signed using 1.7.3.1" thread [1] on the git mailing > list. The patch works fine for me, thanks! Yes, me too. Patch applied and my sup is bac