From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?Q?Lukas_F=C3=BCrmetz?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add nil check for decoding buffer Date: Thu, 12 Apr 2018 17:34:45 +0200 (CEST) Message-ID: <424309166.12789.1523547286139@office.mailbox.org> References: <877epepwi1.fsf@mailbox.org> <83d0z53cfo.fsf@gnu.org> <133731674.12774.1523546662700@office.mailbox.org> <83po341m00.fsf@gnu.org> Reply-To: =?UTF-8?Q?Lukas_F=C3=BCrmetz?= NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1523547184 12842 195.159.176.226 (12 Apr 2018 15:33:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2018 15:33:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 17:33:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6eDb-00036l-TJ for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2018 17:33:00 +0200 Original-Received: from localhost ([::1]:48191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6eFe-0005ba-Db for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2018 11:35:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6eFS-0005YX-Ai for emacs-devel@gnu.org; Thu, 12 Apr 2018 11:34:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6eFR-00045S-D3 for emacs-devel@gnu.org; Thu, 12 Apr 2018 11:34:54 -0400 Original-Received: from mx2.mailbox.org ([80.241.60.215]:10834) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6eFM-00042f-Oz; Thu, 12 Apr 2018 11:34:49 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 9241340EB4; Thu, 12 Apr 2018 17:34:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :subject:subject:references:in-reply-to:message-id:reply-to:from :from:date:date:received; s=mail20150812; t=1523547286; bh=0IcgF /VLPjQeMS8MiEfKxX2mGMtuL36nJDSTXddzKjU=; b=kzWJP5I2brSsE4qlWW5gx IG28j2dQ7zNYKkkhFkLnzLHjzutbSBTbnqBvJXEEvkmSxgcdMx5X3zC2Jdej0aSu aNtdociJV22k5PtPbmWP0PAnZeEpabEZcetptbYBzlOqOyXBRBZ/fBOqBP2FUHCj BnSz496ZZqEGFJBLOV4CPvFO7MQ7vki1LqOIiHCOIv75PWl3V2ZlgRzf1D/0eEiH 0UFRl51mjFm2bEkRvIxrR99pFcZdmECKxBWYo2S14+oNm0SXLWRP4OEErRspXYDH wEIvFLaoQCu267gRrTjdapDwlLPaeyJ34kFTa4xUo/KkmfBQWCQlOGMPZRNmH7yY A== X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id cKaQn5tbOrDL; Thu, 12 Apr 2018 17:34:46 +0200 (CEST) In-Reply-To: <83po341m00.fsf@gnu.org> X-Priority: 3 Importance: Medium X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 80.241.60.215 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:224528 Archived-At: Yes I can do that, just send me the patch and I'll give you feedback. > Eli Zaretskii hat am 12. April 2018 um 17:29 geschrieben: >=20 >=20 > > Date: Thu, 12 Apr 2018 17:24:22 +0200 (CEST) > > From: Lukas F=C3=BCrmetz > > Cc: emacs-devel@gnu.org > >=20 > > It was definitly a pipe process (cquery (github.com/cquery-project/cque= ry) via lsp-mode). > > I have a reproducable workspace, but I cannot share it. The crash happe= ns, when stdout is > > split exactly between a windows newline, so between \r and \n. >=20 > Good, thanks. >=20 > Can you build your own Emacs? If so, I'd like you to test an > alternative patch.