Web Secretary - Bugs: bug #34739, Temporary files aren't deleted
You are not allowed to post comments on this tracker with your current authentication level.
bug #34739: Temporary files aren't deleted
Submitter: | Michael Thorpe <pedantic> | ||
Submitted: | Thu 03 Nov 2011 05:20:52 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | Bug | Status: | None |
Assigned to: | None | Open/Closed: | Open |
Operating System: | Any |
Wed 16 Jan 2013 12:29:00 AM UTC, comment #1: |
Seb <snip> |
Thu 03 Nov 2011 05:20:52 PM UTC, original submission:
Line 332 of version 1.9.0 of websec does a "return 0" without first deleting the temporary file that's been created. The attached patch changes that to a "goto DONE" and puts a "DONE:" label right before the code that deletes the temporary file. |
Michael Thorpe <pedantic> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Use UNLINK features instead of Goto. See attached websec-1.9.1.patch.