From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: oops? read/write vs type of length parameter Date: Fri, 15 Apr 2011 08:13:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87wriv64ji.fsf@lifelogs.com> References: <87wrj1jhfc.fsf@rho.meyering.net> <87hba5yq0p.fsf@uwakimon.sk.tsukuba.ac.jp> <834o64sxd7.fsf@gnu.org> <4DA3A7F8.1020503@cs.ucla.edu> <83k4f0qijz.fsf@gnu.org> <4DA3DDCD.10700@cs.ucla.edu> <4DA40AFE.8050406@cs.ucla.edu> <4DA47581.9010509@cs.ucla.edu> <4DA53148.5000903@cs.ucla.edu> <871v168bjf.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302873935 24019 80.91.229.12 (15 Apr 2011 13:25:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2011 13:25:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 15 15:25:32 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QAj1e-0007Lh-R7 for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2011 15:25:30 +0200 Original-Received: from localhost ([::1]:38019 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAj1e-0001Ux-Bq for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2011 09:25:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAj1K-0000yB-Vd for emacs-devel@gnu.org; Fri, 15 Apr 2011 09:25:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAj1H-0001mP-C9 for emacs-devel@gnu.org; Fri, 15 Apr 2011 09:25:10 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:39904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAj1H-0001mH-6A for emacs-devel@gnu.org; Fri, 15 Apr 2011 09:25:07 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAj1F-00074s-R1 for emacs-devel@gnu.org; Fri, 15 Apr 2011 15:25:05 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 15:25:05 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Apr 2011 15:25:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:yfyMQlwGTbMSfoqZ/ojw3WzMyLs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:138500 Archived-At: On Wed, 13 Apr 2011 09:35:00 -0500 Ted Zlatanov wrote: TZ> On Tue, 12 Apr 2011 22:14:48 -0700 Paul Eggert wrote: PE> * emacs_gnutls_write has the same issues as emacs_write, and should PE> be fixed the same way. TZ> There's a pending patch (we're waiting for papers for Claudio Bley) that TZ> changes some Emacs GnuTLS internals so I'd prefer to wait to make any TZ> changes to the Emacs GnuTLS functions. How urgent is this? Paul, did you already do these fixes in revno 103919? I hope rebasing Claudio Bley's GnuTLS patch on top of your fixes is trivial. If not I may have to ask you for help later. Ted