Closed
Bug 770104
Opened 13 years ago
Closed 13 years ago
Use of uninitialized value in pattern match (m//) at /data/www/bugzilla.mozilla.org/Bugzilla/UserAgent.pm line 191
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
395 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
if someone hits bugzilla without presenting a user-agent, the following warning is generated:
Use of uninitialized value in pattern match (m//) at /data/www/bugzilla.mozilla.org/Bugzilla/UserAgent.pm line 191
Attachment #638282 -
Flags: review?(dkl)
Comment 1•13 years ago
|
||
Comment on attachment 638282 [details] [diff] [review]
patch v1
Review of attachment 638282 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #638282 -
Flags: review?(dkl) → review+
Comment 2•13 years ago
|
||
This code doesn't exist in 4.0.6.
Status: NEW → ASSIGNED
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 4.4
Version: 4.0.6 → 4.3.1
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/UserAgent.pm
Committed revision 8287.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•