Closed
Bug 131521
Opened 23 years ago
Closed 23 years ago
Use of uninitialized value in split at /usr/lib/perl5/5.6.1/Cwd.pm line 103.
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: bbaetz, Assigned: bbaetz)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
703 bytes,
patch
|
CodeMachine
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
perl 5.6.1 has shipped with a Cwd.pm which gives a warning if $ENV{PATH} doesn't
exist (see the above url). This is apparently fixed in bleedperl, but snice I
get one of these (+ detained explanation) in the logs each time processmail is
called, I figure we want to stop it.
The patch is just to set $::ENV{'PATH'} = ''; after deleting it in globals.pl (I
can't produce a diff easily since I have too many other changes in my globals.pl)
I think we want to do this in 2.16 to stop warnings, and I can't think of
anything which will break (Cwd.pm is part of perl, not a separate modules, so we
can't just tell people to upgrade), so I'll set the milestone.
| Assignee | ||
Updated•23 years ago
|
| Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 74584 [details] [diff] [review]
patch
r=ddk
Nit: Add a comment above the line to note why we are doing this ("bug" in
Cwd.pm in Perl 5.6.1).
Attachment #74584 -
Flags: review+
| Assignee | ||
Comment 3•23 years ago
|
||
Attachment #74584 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #75712 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 75712 [details] [diff] [review]
v2
r= justdave
Attachment #75712 -
Flags: review+
| Assignee | ||
Comment 5•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•