Bug 1246808
Summary: | Discovered error in option parsing code in audio-entropyd | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | stan <gryt2> | ||||
Component: | audio-entropyd | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 21 | CC: | tcallawa | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | audio-entropyd-2.0.3-10.fc21 audio-entropyd-2.0.3-10.fc22 audio-entropyd-2.0.3-10.fc23 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-10-26 13:19:39 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: |
|
audio-entropyd-2.0.3-10.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-ea9920d90d audio-entropyd-2.0.3-10.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-8ac4e874b2 audio-entropyd-2.0.3-10.fc23 has been pushed to the Fedora 23 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 'dnf --enablerepo=updates-testing update audio-entropyd' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8ac4e874b2 audio-entropyd-2.0.3-10.fc23 has been pushed to the Fedora 23 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 'dnf --enablerepo=updates-testing update audio-entropyd' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8ac4e874b2 audio-entropyd-2.0.3-10.fc22 has been pushed to the Fedora 22 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 'dnf --enablerepo=updates-testing update audio-entropyd' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-7c88f180f0 audio-entropyd-2.0.3-10.fc21 has been pushed to the Fedora 21 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 'dnf --enablerepo=updates-testing update audio-entropyd' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-ea9920d90d audio-entropyd-2.0.3-10.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. audio-entropyd-2.0.3-10.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. audio-entropyd-2.0.3-10.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1056163 [details] This is a patch that fixes this error in audio-entropyd.c Description of problem: I was using the option parsing code from audio-entropyd in another program, and found that when a short option with an argument was used in the configuration file, it failed. Turns out it is because strtoken is destructive of the line. But it will work for long options with =, and short options without argument. Version-Release number of selected component (if applicable): audio-entropyd-2.0.3-9.fc23.src.rpm, all current versions. How reproducible: Every time if the conditions are hit. Steps to Reproduce: 1. Install audio-entropyd 2. Use a short configuration in the configuration file, with an argument. 3. Actual results: Option won't be set. Expected results: Option is set. Additional info: