Bug 190026

Summary: Missing curly brackets in pam_namespace.c cause runtime errors
Product: [Fedora] Fedora Reporter: Valdis Kletnieks <valdis.kletnieks>
Component: pamAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: janak, sgrubb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: pam-0.99.4.0-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-10 15:08:43 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:
Attachments:
Description Flags
Add proper curly brackets to make the code work none

Description Valdis Kletnieks 2006-04-26 19:54:59 UTC
Description of problem:
Missing curly brackets in pam_namespace.c cause PAM_SESSION_ERR to be returned
incorrectly, creating failures at runtime.  The code indentation even shows what
was intended, the brackets were forgotten and what was compiled acted differently.

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

How reproducible:
Try to use polyinstantiation.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
pam_namespace(login:session): Error getting instance name


Expected results:


Additional info:

Comment 1 Valdis Kletnieks 2006-04-26 19:54:59 UTC
Created attachment 128272 [details]
Add proper curly brackets to make the code work