From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Patch fixing buffer overflow in trunk Date: Tue, 04 May 2010 18:03:31 +0200 Message-ID: <4BE04553.4040608@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273020525 20030 80.91.229.12 (5 May 2010 00:48:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:48:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bernhard Herzog Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 05 02:48:44 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Sn5-0005Cw-3e for ged-emacs-devel@m.gmane.org; Wed, 05 May 2010 02:48:43 +0200 Original-Received: from localhost ([127.0.0.1]:50331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Sn4-00080m-7v for ged-emacs-devel@m.gmane.org; Tue, 04 May 2010 20:48:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9Kaw-0007j4-Hu for emacs-devel@gnu.org; Tue, 04 May 2010 12:03:38 -0400 Original-Received: from [140.186.70.92] (port=51987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Kau-0007i7-8Y for emacs-devel@gnu.org; Tue, 04 May 2010 12:03:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9Kas-0004f7-CR for emacs-devel@gnu.org; Tue, 04 May 2010 12:03:35 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:37946) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9Kas-0004et-66 for emacs-devel@gnu.org; Tue, 04 May 2010 12:03:34 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id 7739DEBC91 for ; Tue, 4 May 2010 18:03:32 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArY6AE7i30tV4S1uPGdsb2JhbACHaZVDDAEBAQE1Lb1uhRME X-IronPort-AV: E=Sophos;i="4.52,327,1270418400"; d="scan'208";a="70463665" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 04 May 2010 18:03:32 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id A256F7FA05A; Tue, 4 May 2010 18:03:31 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124513 Archived-At: 2010-05-04 17:14, Bernhard Herzog skrev: > > Clearly, that strlen (client_id) should actually be strlen (cwd). The > patch below fixes this. > Applied, thanks. Jan D.