Bug 610177

Summary: fix coverity Defect Type: Uninitialized variables issues
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ServerAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.2.7CC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-17 14:08:13 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:
Bug Depends On:    
Bug Blocks: 576869, 639035    
Attachments:
Description Flags
0001-Bug-610177-fix-coverity-Defect-Type-Uninitialize.patch nhosoi: review+

Description Rich Megginson 2010-07-01 17:34:52 UTC
Description of problem:


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


How reproducible:


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


Expected results:


Additional info:

Comment 2 Rich Megginson 2010-07-01 22:10:50 UTC
Created attachment 428568 [details]
0001-Bug-610177-fix-coverity-Defect-Type-Uninitialize.patch

Comment 3 Rich Megginson 2010-07-06 16:33:29 UTC
To ssh://git.fedorahosted.org/git/389/ds.git
   830d55e..4a10385  master -> master
commit 4a103859b7100bc30046ecba3efca2e8f0b09c7d
Author: Rich Megginson <rmeggins>
Date:   Thu Jul 1 11:39:02 2010 -0600
    Reviewed by: nhosoi (Thanks!)
    Branch: HEAD
    Fix Description: Initialize variables to 0, NULL, or an appropriate error
    code.  Got rid of the unused lexer code.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no