Bug 567022
| Summary: | Segfault when passed a non-existant file to -E | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Conrad Meyer <cse.cem+redhatbugz> | ||||
| Component: | cpio | Assignee: | Ondrej Vasik <ovasik> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 11 | CC: | kdudka, ovasik | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cpio-2.9.90-7.fc11 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 567655 (view as bug list) | Environment: | |||||
| Last Closed: | 2010-03-05 03:33:27 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 567655 | ||||||
| Attachments: |
|
||||||
|
Description
Conrad Meyer
2010-02-21 05:43:08 UTC
Created attachment 395458 [details]
patch to fix segfault with nonexistant file with patterns
Thanks for report and analysis. As -E option just reads additional patterns, I would prefer to skip reading of those patterns when fopen is not succesful instead of simple exit.
Sure, that sounds like a reasonable behavior. cpio-2.10-5.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/cpio-2.10-5.fc13 cpio-2.10-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/cpio-2.10-4.fc12 cpio-2.9.90-7.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/cpio-2.9.90-7.fc11 cpio-2.10-5.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cpio'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F13/FEDORA-2010-2859 cpio-2.10-4.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cpio'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-2895 cpio-2.9.90-7.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update cpio'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-2927 cpio-2.10-5.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. cpio-2.10-4.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. cpio-2.9.90-7.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |