>From Jiffin Tony Thottan <[email protected]>: Jiffin Tony Thottan has uploaded a new change for review.
https://review.gerrithub.io/237728 Change subject: FSAL_GLUSTER : fix possible memory corruption for inherit acl conversion ...................................................................... FSAL_GLUSTER : fix possible memory corruption for inherit acl conversion 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. Change-Id: I205e2d1b516bc9845fbd6284fde99715cdf73e61 Signed-off-by: Jiffin Tony Thottan <[email protected]> --- M src/FSAL/FSAL_GLUSTER/posix_acls.c 1 file changed, 9 insertions(+), 3 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/28/237728/1 -- To view, visit https://review.gerrithub.io/237728 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I205e2d1b516bc9845fbd6284fde99715cdf73e61 Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Jiffin Tony Thottan <[email protected]> ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
