Closed
Bug 300379
Opened 19 years ago
Closed 19 years ago
GenerateVersionTable's rename may fail silently
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
602 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
GenerateVersionTable's rename may fail silently as it has: rename $tmpname, "$datadir/versioncache" || die "Can't rename $tmpname to versioncache"; it should be: rename ($tmpname, "$datadir/versioncache") || die "Can't rename $tmpname to versioncache";
Comment 2•19 years ago
|
||
Comment on attachment 188948 [details] [diff] [review] v1 r=LpSolit
Attachment #188948 -
Flags: review? → review+
Updated•19 years ago
|
Flags: approval?
Flags: approval2.20?
Target Milestone: --- → Bugzilla 2.20
Updated•19 years ago
|
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
Comment 3•19 years ago
|
||
2.21: Checking in globals.pl; /cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl new revision: 1.327; previous revision: 1.326 done 2.20rc1: Checking in globals.pl; /cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl new revision: 1.326.2.1; previous revision: 1.326 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•