Malahal has uploaded this change for review.

View Change

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@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 change 466495. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Icafb07ef06526428b321b15db8a3b49a46756e63
Gerrit-Change-Number: 466495
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal@gmail.com>
Gerrit-MessageType: newchange