From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 30F826DE0314 for ; Thu, 31 Aug 2017 15:27:26 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VsImBCLt-H8d for ; Thu, 31 Aug 2017 15:27:25 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 5B2A96DE0119 for ; Thu, 31 Aug 2017 15:27:25 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1dnXsG-0003oX-IO; Thu, 31 Aug 2017 18:23:44 -0400 Received: (nullmailer pid 7003 invoked by uid 1000); Thu, 31 Aug 2017 22:27:20 -0000 From: David Bremner To: Jan Malakhovski , notmuch@notmuchmail.org Subject: Re: [PATCH] crypto: gracefully handle gmime errors In-Reply-To: <871snr6a35.fsf@oxij.org> References: <20170831133133.9944-1-git-send-email-oxij@oxij.org> <87r2vres0h.fsf@tesseract.cs.unb.ca> <87o9qvernd.fsf@tesseract.cs.unb.ca> <871snr6a35.fsf@oxij.org> X-List-To: notmuch Date: Thu, 31 Aug 2017 19:27:20 -0300 Message-ID: <878thz74qf.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 22:27:26 -0000 Jan Malakhovski writes: > > The test suite has such a message already. "signature verification > (notmuch CLI)" test fails with a SIGSEGV when built with gmime-2.6.23. > > T355-smime: Testing S/MIME signature verification and decryption > gpgsm: keybox '/tmp/nix-build-notmuch-0.25.drv-0/notmuch-test-8789.qe2sRf/gnupg/pubring.kbx' created > PASS emacs delivery of S/MIME signed message > PASS emacs delivery of S/MIME encrypted + signed message > PASS Signature verification (openssl) > FAIL signature verification (notmuch CLI) Actually now that I try, I can't duplicate this failure on Debian (also with gmime-2.6.23). Matt, can you confirm or deny that the failures you were having were with SMIME signed messages? d