| Summary: | send-pr(1) creates unsafe temp files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Colin Phipps <crp22> | ||||
| Component: | gnu | Assignee: | Sheldon Hearn <sheldonh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Colin Phipps
2000-02-23 20:30:01 UTC
State Changed From-To: open->feedback The patch on PR 17175 looks a little cleaner. How does it look to you? State Changed From-To: feedback->analyzed The originator has pointed out several advantages which this patch has over the one in PR 17175. Responsible Changed From-To: freebsd-bugs->sheldonh I'll take this one, since the file is off the vendor branch already. Hi Colin,
Okay, I reckon this one needs to go in. :-)
My only question regarding your patch is that you've changed the prefix
for temporary files from p to pt. The manual page says:
/tmp/p$$ copy of PR used in editing session
/tmp/pf$$ copy of empty PR form, for testing purposes
/tmp/pbad$$ file for rejected PRs
Is there any reason we can't stick with that convention?
Ciao,
Sheldon.
State Changed From-To: analyzed->open This PR should have been in the ``open'' state. State Changed From-To: open->analyzed Committed as rev 1.14, left in this state as an MFC reminder. Thanks! State Changed From-To: analyzed->closed Merged onto RELENG_4 as rev 1.13.2.2 on 2000-08-08. |