Bug 1087350
Summary: | [gssd] code defects in gssd_search_krb5_keytab() can not return right return code. | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | JianHong Yin <jiyin> | |
Component: | nfs-utils | Assignee: | Steve Dickson <steved> | |
Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.1 | CC: | dpal, eguan, fs-qe | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | nfs-utils-1.3.0-0.17.el7 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1249046 (view as bug list) | Environment: | ||
Last Closed: | 2015-11-19 04:28:10 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: | ||||
Bug Blocks: | 1249046 |
Description
JianHong Yin
2014-04-14 09:07:53 UTC
The upstream commit: commit e38711f02f5d51eb051937f06373f018d3def386 Author: Steve Dickson <steved> Date: Thu Jul 30 17:06:39 2015 -0400 rpc.gssd: Only clear the retval if it has not been set Verified with nfs-utils-1.3.0-0.17.el7.src.rpm [yyc@dhcp-12-138 nfs-utils-1.3.0]$ cat utils/gssd/krb5_util.c | grep -A3 -B2 "Only clear the retval if has not been set" } /* Only clear the retval if has not been set */ if (retval < 0) retval = 0; out: [yyc@dhcp-12-138 nfs-utils-1.3.0]$ Move to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2196.html |