Wireshark-commits: [Wireshark-commits] master e9c9473: NFS: do not use reported remaining length as

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Jun 2015 10:42:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9c94731f6da1564ee7b266747a08d05aa5a9af8
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e9c9473 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NFS: do not use reported remaining length as the backing length
    
    Otherwise it could throw an exception if captured length < reported length
    
    Change-Id: Ia9eb2778dbfebc1865a0040020a62ba20882b482
    Reviewed-on: https://code.wireshark.org/review/8804
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ad0b29c   nfs: Git rid of deprecated tvb_length,tvb_length_remaining
    adds  e9c9473   NFS: do not use reported remaining length as the backing length


Summary of changes:
 epan/dissectors/packet-nfs.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)