Bug 142576

Summary: local variable used before set
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: autofsAssignee: Chris Feist <cfeist>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: cfeist, jmoyer, sundaram
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 4.1.3-68 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-04 23:13:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2004-12-10 18:17:58 UTC
Description of problem:

I just tried to compile package autofs-4.1.3-41 from 
Redhat Fedora development tree.

The compiler said

lookup_ldap.c(320): remark #592: variable "mapname" is used before its
value is set

The source code is

                                crit("lookup_ghost: Unable to download
the entire LDAP map for :%s ",mapname);

I agree with the compiler. Suggest init mapname before first use.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chris Feist 2004-12-10 18:45:28 UTC
You are correct, the wrong variable was used (mapname instead of
root).  This problem has been fixed in FC-3 autofs-4.1.3-68.