Date: Sun, 11 Jul 1999 13:15:18 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: patch for access.c In-Reply-To: <199907091623.QAA17776@out5.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 9 Jul 1999, Mark E. wrote: > Currently, access can leak a handle under LFN when checking a root > directory on a "non-local" drive. This patch fixes this by closing the LFN > handle before returning. Applied. Thanks.