Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 3141
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: astewart1 [...] cox.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: "Alan Stewart" <astewart1 [...] cox.net>
To: bug-par [...] rt.cpan.org
Date: Sun, 03 Aug 2003 18:06:09 -0700
Subject: bug report on Par-0.72
Par 0.72, on Win32 systems, the contents of the private temporary directory are deleted, but fails to the delete the private directory. In file "mktmpdir.c" there is a missing _findclose(hFile); before the rmdir(stmpdir); at line 161, analogous to non-Win32 line 187, "closedir(partmp_dirp);". Also, there is a superfluous unlink(subsubdir); at line 157 that attempts to unlink all dir contents including "..". Thanks for all the work !! Alan G. Stewart
Date: Mon, 4 Aug 2003 13:55:23 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Alan Stewart via RT <bug-PAR [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #3141": ;
Subject: Re: [cpan #3141] bug report on Par-0.72
RT-Send-Cc:
On Sun, Aug 03, 2003 at 09:06:15PM -0400, Alan Stewart via RT wrote: Show quoted text
> Par 0.72, on Win32 systems, the contents of the private temporary directory > are deleted, but fails to the delete the private directory. > > In file "mktmpdir.c" there is a missing > _findclose(hFile); > before the > rmdir(stmpdir); > > at line 161, analogous to non-Win32 line 187, "closedir(partmp_dirp);". > > > Also, there is a superfluous > unlink(subsubdir); > at line 157 that attempts to unlink all dir contents including "..".
Applied, thanks, will be in PAR 0.73. Thanks! /Autrijus/
Download (untitled)
application/pgp-signature 187b

Message body not shown because it is not plain text.