Tempfile cleanup sloppiness in blame.c
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-09-12 23:23:44 CEST
In libsvn_client/blame.c's cleanup_tempfile() we have:
/* the file may or may not have been closed; try it */
If we close a file which we have already closed, the result is a
Alternatively, we could modify APR to check if file->filedes is -1
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.