Bug 955713
| Summary: | dosfslabel buffer overflow | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Dolezal <todoleza> |
| Component: | dosfstools | Assignee: | Jaroslav Škarvada <jskarvad> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | jskarvad, maxantispam |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-07 08:32:32 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: | |||
|
Description
Tomas Dolezal
2013-04-23 15:23:19 UTC
additional nvr information: glibc-2.16-30.fc18.x86_64 Same here (FC18, 64bit), can be reproduced on real hardware (USB-Stick) or file: $ dd if=/dev/zero of=./test-fat bs=512 count=200k $ mkdosfs -v -F 32 ./test-fat $ dosfslabel ./test-fat HELLO => Crash of dosfslabel with very similar symptoms... The problem should be fixed in dosfstools-3.0.16-3 currently in updates-testing for f18. *** This bug has been marked as a duplicate of bug 948055 *** Hi there, I tested with dosfstools-3.0.16-3.fc18 which is in official updates now. Does work for me as expected. Thanks! |