From owner-cvs-all Thu Dec 20 6: 4:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A89F37B417; Thu, 20 Dec 2001 06:04:25 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBKE4P169084; Thu, 20 Dec 2001 06:04:25 -0800 (PST) (envelope-from sobomax) Message-Id: <200112201404.fBKE4P169084@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 20 Dec 2001 06:04:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eel Makefile ports/x11-toolkits/eel/files patch-eel::eel-vfs-extensions.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/12/20 06:04:25 PST Modified files: x11-toolkits/eel Makefile Added files: x11-toolkits/eel/files patch-eel::eel-vfs-extensions.c Log: In a function eel_read_entire_file() allocate extra byte and ensure that the read buffer is terminated by '\0', because it seems that Nautilus expects it to be. The proper fix would be to fix Nautilus instead, but I'll leave this excersise to Nautilus developers. This should fix one of the most frequent crashes I've saw in Nautilus so far. Bump PORTREVISION. Recommended update. Revision Changes Path 1.8 +1 -0 ports/x11-toolkits/eel/Makefile 1.1 +15 -0 ports/x11-toolkits/eel/files/patch-eel::eel-vfs-extensions.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message