[Bug 755903] New: Use of uninitialized value in string eq at .. FormFu/Constraint.pm line 107

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 22 11:17:47 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Use of uninitialized value in string eq at .. FormFu/Constraint.pm line 107

https://bugzilla.redhat.com/show_bug.cgi?id=755903

           Summary: Use of uninitialized value in string eq at ..
                    FormFu/Constraint.pm line 107
           Product: Fedora
           Version: 16
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: perl-HTML-FormFu
        AssignedTo: iarnell at gmail.com
        ReportedBy: dgp-bz at corefiling.co.uk
         QAContact: extras-qa at fedoraproject.org
                CC: iarnell at gmail.com, fedora-perl-devel-list at redhat.com
    Classification: Fedora
      Story Points: ---
              Type: ---


Created attachment 534999
  --> https://bugzilla.redhat.com/attachment.cgi?id=534999
Make the noise stop in FormFu::Constraint

Description of problem:
"Use of uninitialized value in string eq at
/usr/share/perl5/vendor_perl/HTML/FormFu/Constraint.pm line 107."

Version-Release number of selected component (if applicable):
0.09003-2.fc16

How reproducible:
Certain input data causes the warning to be generated

Steps to Reproduce:
1.
2.
3.

Actual results:
"Use of uninitialized value in string eq at
/usr/share/perl5/vendor_perl/HTML/FormFu/Constraint.pm line 107." printed to
terminal

Expected results:
Glorious silence

Additional info:
Scalar::Util's reftype can return undef. There is no sanity check before using
in a string eq, hence terminal spam.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list