[pnfs] [PATCH 1/1] fixed infinit recursion in decoding deviceinfo

J. Bruce Fields bfields at fieldses.org
Wed Nov 14 13:09:25 EST 2007


On Wed, Nov 14, 2007 at 03:53:58PM +0100, tigran.mkrtchyan at desy.de wrote:
> From: Tigran Mkrtchyan <tigran at nairi.desy.de>

Thanks--applied and pushed out.

--b.

> 
> ---
>  epan/dissectors/packet-nfs.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
> index 7d55079..ca326cd 100644
> --- a/epan/dissectors/packet-nfs.c
> +++ b/epan/dissectors/packet-nfs.c
> @@ -7754,7 +7754,7 @@ dissect_nfs_deviceaddr4(tvbuff_t *tvb, int offset, proto_tree *tree)
>  	/* Assume file layout for now */
>  	offset = dissect_rpc_uint32(tvb, tree, hf_nfs_layouttype4, offset);
>  
> -	dissect_nfs_deviceaddr4(tvb, offset, tree);
> +	dissect_nfs_devices4(tvb, offset, tree);
>  
>  	return offset;
>  }
> -- 
> 1.5.2.4
> 


More information about the pNFS mailing list