Closed Bug 156844 Opened 22 years ago Closed 22 years ago

'use of uninitialized value in string eq' warning

Categories

(Bugzilla :: Creating/Changing Bugs, defect, P3)

2.17
x86
Linux
defect

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: bbaetz, Assigned: bbaetz)

Details

Attachments

(1 file)

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.
Attached patch patchSplinter Review
Status: NEW → ASSIGNED
Keywords: patch, review
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Comment on attachment 90917 [details] [diff] [review]
patch

2xr=jouni
Attachment #90917 - Flags: review+
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: