Open
Bug 280957
Opened 20 years ago
Updated 2 years ago
Feature request: cross-platform NSPR replacement for mkstemp
Categories
(NSPR :: NSPR, enhancement)
NSPR
NSPR
Tracking
(Not tracked)
NEW
People
(Reporter: chrish, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) Build Identifier: It'd be useful to have a cross-platform, NPSR way of doing the equivalent of the mkstemp (create temporary file securely) and mkdtemp (creates a temporary directory). This is useful for many programs (including server programs), and when try to code these functions themselves, they tend to get them wrong if they're not really careful. Reproducible: Always Steps to Reproduce:
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•18 years ago
|
QA Contact: wtchang → nspr
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: wtc → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•