Bug 1339137
Summary: | fuse: In fuse_first_lookup(), dict is not un-referenced in case create_frame returns an empty pointer. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> |
Component: | fuse | Assignee: | Olia Kremmyda <olympia.kremmyda> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.8.0 | CC: | bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.8.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1338544 | Environment: | |
Last Closed: | 2016-06-23 08:43:13 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: | |||
Bug Depends On: | 1338544 | ||
Bug Blocks: |
Description
Niels de Vos
2016-05-24 08:44:42 UTC
REVIEW: http://review.gluster.org/14465 (fuse: In fuse_first_lookup(), dict is not un-referenced in case create_frame returns an empty pointer.) posted (#2) for review on release-3.8 by Niels de Vos (ndevos) REVIEW: http://review.gluster.org/14465 (fuse: unref dict even if fuse_first_lookup fails) posted (#3) for review on release-3.8 by Niels de Vos (ndevos) COMMIT: http://review.gluster.org/14465 committed in release-3.8 by Niels de Vos (ndevos) ------ commit e96a52cdc1b5f730399470480df18139b69a341a Author: Olia Kremmyda <olympia.kremmyda> Date: Sun May 22 23:38:19 2016 +0300 fuse: unref dict even if fuse_first_lookup fails In fuse_first_lookup function, "dict_unref (dict)" should be included in the out label, in case create_frame returns an empty pointer the dict to be unreferenced as well. Backport of commit b01fb8d3bb9772d94073aaa52b2d8210ac4fabb8: > Bug: 1338544 > Change-Id: Ifb8a3378aec6521c1aa848f818968b6bfdb72089 > Signed-off-by: Olia Kremmyda <olympia.kremmyda> > Reviewed-on: http://review.gluster.org/14464 > NetBSD-regression: NetBSD Build System <jenkins.org> > CentOS-regression: Gluster Build System <jenkins.com> > Tested-by: Gluster Build System <jenkins.com> > Smoke: Gluster Build System <jenkins.com> > Reviewed-by: Jeff Darcy <jdarcy> Bug: 1339137 Change-Id: I71b246ebec41a23702920c6b54cbc18e95342232 Signed-off-by: Olia Kremmyda <olympia.kremmyda> Reviewed-on: http://review.gluster.org/14465 NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.com> Reviewed-by: Niels de Vos <ndevos> Smoke: Gluster Build System <jenkins.com> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1] a while back, and packages for several distributions should be available by now. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ |