Malahal has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/466495 )
Change subject: GPFS: fix alloc_handle to not access unintilaized space
......................................................................
GPFS: fix alloc_handle to not access unintilaized space
The maximum passed in buffer "fh" size can be as big as sizeof(struct
gpfs_file_handle). The actual fh buffer should be just fh->handle_size
in length.
Change-Id: Icafb07ef06526428b321b15db8a3b49a46756e63
Signed-off-by: Malahal Naineni <malahal(a)us.ibm.com>
---
M src/FSAL/FSAL_GPFS/handle.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/466495/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/466495
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Icafb07ef06526428b321b15db8a3b49a46756e63
Gerrit-Change-Number: 466495
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal(a)gmail.com>
Gerrit-MessageType: newchange