Bug 1470193
| Summary: | Premature free() in sftp_readdir_async() | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Michael Mol <mikemol> |
| Component: | fuse-sshfs | Assignee: | Peter Lemenkov <lemenkov> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | lemenkov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fuse-sshfs-2.10-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-10 08:36:05 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
Michael Mol
2017-07-12 13:54:06 UTC
Upstream fix in commit cc5d6bbbc5b7e78296f5245988b9ba947076a1b8. https://github.com/libfuse/sshfs/commit/cc5d6bbbc5b7e78296f5245988b9ba947076a1b8 Looks like I flipped the "expected" and "actual" in my initial report. Expected result is that data transfers. Actual is the segfault. Though it looks like it only happens during listings of large directories. |