unsafe tempfile usage
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tracker (Ubuntu) |
Fix Released
|
High
|
Michael Biebl |
Bug Description
Binary package hint: tracker
Several filters would use unsafe temp files, but just destroy the file "st" in the current user's home directory. Only the msword filter actually uses the bad tempfile, but all of them need fixing.
filters/text/
csv_filter: "st" overwrite (would have been unsafe tempfile)
filters/
csv_filter: "st" overwrite (would have been unsafe tempfile)
Related branches
Changed in tracker: | |
importance: | Undecided → High |
not sure I understand?
All of these only occur in the tmp directory so dont understand what you mean by destroying the file st in the current home user's directory?
Can you explain the problem better and let me know what the preferred solution is
thanks