bug in crypt-gpgme.c and GPGME backend failure

2007-07-14 Thread Christoph Ludwig
Hi, I am using mutt-1.5.16 and gpgme 1.1.4. I have two problems with mutt's gpgme-backend: a) There's a bug in crypt-gpgme.c, line 1558, that causes a bus error on my machine. b) gpgme always returns a "file not found" error, but I have no clue which file it is looking for. To a): I have a GP

Re: bug in crypt-gpgme.c and GPGME backend failure [fixed patch]

2007-07-14 Thread Christoph Ludwig
On Sat, Jul 14, 2007 at 03:13:08PM +0200, Christoph Ludwig wrote: > To a): I have a GPG-encrypted mail in my inbox. Whenever I tried to open the > mail, mutt core dumped in line 1558 of crypt-gpgme.c. It turned out that > `verify_result = gpgme_op_verify_result (ctx)ยด was NULL (which is most likely

Re: bug in crypt-gpgme.c and GPGME backend failure [fixed patch]

2007-07-14 Thread Brendan Cully
On Saturday, 14 July 2007 at 15:20, Christoph Ludwig wrote: > On Sat, Jul 14, 2007 at 03:13:08PM +0200, Christoph Ludwig wrote: > > To a): I have a GPG-encrypted mail in my inbox. Whenever I tried to open the > > mail, mutt core dumped in line 1558 of crypt-gpgme.c. It turned out that > > `verify_r

Re: bug in crypt-gpgme.c and GPGME backend failure

2007-07-14 Thread Brendan Cully
On Saturday, 14 July 2007 at 15:13, Christoph Ludwig wrote: > Hi, > > I am using mutt-1.5.16 and gpgme 1.1.4. I have two problems with mutt's > gpgme-backend: > > a) There's a bug in crypt-gpgme.c, line 1558, that causes a bus > error on my machine. > > b) gpgme always returns a "file not found