Hiya, this isn't an 'issue' but I wanted to ask about the design / what use cases you aim to cover.
First, some "mktemp" functions allow a template filename to be passed, e.g. C's mkstemp and the shell command. Allowing this would be nice.
Second, there are several security issues to consider.
It may turn out better just to wrap C's mkstemp or mkstemps?
Hiya, this isn't an 'issue' but I wanted to ask about the design / what use cases you aim to cover.
First, some "mktemp" functions allow a template filename to be passed, e.g. C's
mkstempand the shell command. Allowing this would be nice.Second, there are several security issues to consider.
It may turn out better just to wrap C's
mkstempormkstemps?