GNU bug report logs - #70430
VMS/VAX GZIP 1.3.12e deletes wrong file, doesn't honor file version number

Previous Next

Package: gzip;

Reported by: Mark Diaz <mark <at> markdiaz.biz>

Date: Wed, 17 Apr 2024 01:37:04 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark Diaz <mark <at> markdiaz.biz>
To: 70430 <at> debbugs.gnu.org
Subject: bug#70430: VMS/VAX GZIP 1.3.12e deletes wrong file, doesn't honor file version number
Date: Tue, 16 Apr 2024 14:10:43 -0400
[Message part 1 (text/plain, inline)]
Sorry if this is a known issue or has already been corrected
No need for a response.

VMS/VAX 7.2 GZIP 1.3.12e

Compresses FILE.DAT;1 and FILE.DAT;2 is deleted.

$ DIRECTORY FILE.DAT*
  FILE.DAT;2
  FILE.DAT;1

$ GZIP FILE.DAT;1

$ DIRECTORY FILE.DAT*
  FILE.DAT;1
  FILE.DAT-GZ;1


There are VMS native RMS library routines that will return the fully qualified file specification of an open file.
There are VMS native RMS library routines that will delete a file when it is closed.
Either option it should only delete the input file on success.

Regards,
Mark Diaz
mark <at> markdiaz.biz
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.