Closed
Bug 156844
Opened 23 years ago
Closed 23 years ago
'use of uninitialized value in string eq' warning
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bbaetz, Assigned: bbaetz)
Details
Attachments
(1 file)
665 bytes,
patch
|
jouni
:
review+
jouni
:
review+
|
Details | Diff | Splinter Review |
process_bug calls CheckCanChangeField based on the 'snapshot' of the bug. For
aliases, the alias column is NULL, and so we end up doing a string eq between
undef and ''.
The fix is to consider a NULL value to be an empty string for this test.
![]() |
Assignee | |
Comment 1•23 years ago
|
||
![]() |
Assignee | |
Updated•23 years ago
|
![]() |
||
Comment 2•23 years ago
|
||
Comment on attachment 90917 [details] [diff] [review]
patch
2xr=jouni
Attachment #90917 -
Flags: review+
![]() |
Assignee | |
Comment 3•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 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
•