Bug 1075478
| Summary: | Crash in Digest::SHA if a method is invoked on an uninitialized object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> | ||||
| Component: | perl-Digest-SHA | Assignee: | Petr Pisar <ppisar> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | perl-devel, ppisar | ||||
| Target Milestone: | --- | Keywords: | Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://nntp.perl.org/group/perl.perl5.porters/213679 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1075504 1075514 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-07-02 13:20:35 UTC | Type: | Bug | ||||
| 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
Petr Pisar
2014-03-12 09:08:26 UTC
Test:
perl -e 'use Digest::SHA; $d=Digest::SHA->add(qq(a)); for (qw(shaclose shadump shadup shaload shaopen sharewind shawrite hashsize add digest)) { eval {$d->$_}; die "$_: $@" unless $@ =~ /on an undefined value/ }'
Created attachment 873411 [details]
Fix
perl-Digest-SHA-5.85-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/perl-Digest-SHA-5.85-5.fc20 perl-Digest-SHA-5.85-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/perl-Digest-SHA-5.85-2.fc19 perl-Digest-SHA-5.85-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. perl-Digest-SHA-5.85-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |