From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19347 invoked by alias); 12 Jul 2007 22:45:04 -0000 Received: (qmail 19241 invoked by uid 48); 12 Jul 2007 22:44:53 -0000 Date: Thu, 12 Jul 2007 22:45:00 -0000 Message-ID: <20070712224453.19240.qmail@sourceware.org> From: "cagney at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070711170852.4777.cagney@redhat.com> References: <20070711170852.4777.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4777] fd smash from Elf exception X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00104.txt.bz2 List-Id: ------- Additional Comments From cagney at redhat dot com 2007-07-12 22:44 ------- This replaces the integer file descriptor with a FileDescriptor object; eliminating the possability of the uninitialized fd=0 being closed :-) Index: frysk-imports/lib/elf/ChangeLog 2007-07-12 Andrew Cagney * Elf.java (fd): Change type to FileDescriptor. (elfBegin): Declare. (Elf(String,ElfCommand)): Use FileDescriptor and elfBegin. (Elf(int,ElfCommand): Use this to construct Elf object. * cni/Elf.cxx (elfBegin): Define. (elf_begin): Delete. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=4777 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.