Bug 909866
Summary: | The mount command badly handles = chars (even in /etc/fstab) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Roberto Ragusa <bugzillaredhat-56f0> |
Component: | util-linux | Assignee: | Karel Zak <kzak> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | jonathan, kzak, mluscon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | util-linux-2.23 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-15 09:06:38 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
Roberto Ragusa
2013-02-11 10:47:28 UTC
Fixed by up[stream commit b8f2d06ed7695005b0f4a3376ce070cfc313e65b, Fedora package will be updated ASAP. Anyway, it's pretty bad idea to use '=' in source paths, because supported scenario is NAME=value (e.g. LABEL=foo). The problem is that there is no usable escaping. I think that \075 should not be turned into = before parsing LABEL, UUID etc. It appears right to first check if a = is present and than unescape. Implemented in Fedora 19. |