Bug 1238145

Summary: FSAL_GLUSTER : avoid possible memory corruption for inherit acl
Product: [Retired] nfs-ganesha Reporter: Jiffin <jthottan>
Component: FSAL_GLUSTERAssignee: Jiffin <jthottan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: develCC: kkeithle, ndevos, skoduri, smohan, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: nfs-ganesha-2.3-dev-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1238149 (view as bug list) Environment:
Last Closed: 2016-02-17 07:03: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: 1238149    

Description Jiffin 2015-07-01 09:42:38 UTC
Description of problem:

fsal_acl_t entries which represents inherit acl may not contains all the required entries, but fsal_acl_2_posix_acl() api include accordingly.For that we may need to allocate acl_t structure with more than the required entries.