bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] supports_delete_on_close


From: John Darrington
Subject: [PATCH] supports_delete_on_close
Date: Wed, 20 Jun 2012 19:24:09 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

I'm submitting this patch which Windows users have confirmed fixes a bug
where tempfiles are not deleted.  This was caused by failing to initialise 
the argument to GetVersionEx, like the MS documentation mandates.

It seems that there are two identical copies (with the identical bug) of
supports_delete_on_close in gnulib, one in clean-temp.c and the other in
tmpfile.c  However this patch fixes only the former, because the latter
we don't use, and I know you guys don't like fixes for bugs until they've
actually been reported to cause a problem to end users (but my recommendation
FWIW would be to refactor these two functions into a single public one).

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.

Attachment: 0001-supports_delete_on_close-Initialise-OSVIERSIONINFO-s.patch
Description: Text Data

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]