Opened 12 years ago
Closed 12 years ago
#200 closed enhancement (fixed)
use mkstemp
Reported by: | Heinrich Stamerjohanns | Owned by: | Nikolche Kolev |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | conversion | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
replace calls to tmpnam by mkstemp.
Change History (4)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Milestone: | → Future |
---|---|
Priority: | major → minor |
comment:3 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
comment:4 by , 12 years ago
Complexity: | → Medium |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
@Nikolce
Find all the places where the tmpnam function is used in the code, and replace it with mkstemp.
Make sure that the systemtest gives same result before and after your changes. To run the systemtest:
cd systemtest
make check
Right now the output for me is