Bug 528572
| Summary: | Uninitialized value in automake formline | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry James <loganjerry> | ||||
| Component: | perl | Assignee: | Stepan Kasal <kasal> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | cweyl, karsten, lkundrak, mmaslano, rc040203, tcallawa | ||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-11-24 13:01:51 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jerry James
2009-10-12 21:26:59 UTC
Verified in rawhide. Created attachment 373405 [details]
reproducer
short reproducer
This is not a bug in automake, it is a bug in the Perl itself. I was able to reproduce the behavior with a short script, attached here in comment #2. Consequently, I'm changing the Component to perl. Then I noticed that the problem appears with recent builds of perl only. Next, I found out it was introduced in perl-5.10.0-77, with a patch that was supposed to work around another bug: in perl taint mechanism. As it shows that the patch can have unexpected consequences, I'm backing it out. Consequently, this bug is resolved in perl-5.10.0-85. perl-5.10.0-85.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/perl-5.10.0-85.fc12 > Next, I found out it was introduced in perl-5.10.0-77, with a patch that was > supposed to work around another bug: in perl taint mechanism. The unfortunate patch is now saved as an attachment to bug #510127. perl-5.10.0-90.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/perl-5.10.0-90.fc12 |