From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master f2da80d: Ignore invalid base64 encoded embedded images Date: Sun, 20 Mar 2016 12:12:13 -0400 Message-ID: References: <20160320125720.21872.87876@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1458490359 3300 80.91.229.3 (20 Mar 2016 16:12:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2016 16:12:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 20 17:12:31 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ahfxu-0004sF-I6 for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2016 17:12:30 +0100 Original-Received: from localhost ([::1]:53612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfxq-0006gG-Be for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2016 12:12:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfxm-0006g3-Mn for emacs-devel@gnu.org; Sun, 20 Mar 2016 12:12:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahfxh-0006Ys-Nd for emacs-devel@gnu.org; Sun, 20 Mar 2016 12:12:22 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahfxh-0006Yo-I4 for emacs-devel@gnu.org; Sun, 20 Mar 2016 12:12:17 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id u2KGChHA017326; Sun, 20 Mar 2016 12:12:44 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id C66FEAE240; Sun, 20 Mar 2016 12:12:13 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 20 Mar 2016 16:40:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5616=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5616> : inlines <4536> : streams <1606040> : uri <2170655> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:201944 Archived-At: > The test case (encountered in the wild) was a base64 string, but it was > invalid. But is it something that's bound to happen every now and then, or is it something very unusual that indicates a bug somewhere (could be on the server side, tho)? Stefan