Wireshark-commits: [Wireshark-commits] master 65aa59d: RPCoRDMA: Set an upper bound for our chunk s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Feb 2018 01:07:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65aa59d28ab5f41a06dbfcf25b191f2b3547b78e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

65aa59d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    RPCoRDMA: Set an upper bound for our chunk size.
    
    Make sure our write chunk size doesn't exceed our tvbuff. Adjust a few
    length checks.
    
    Bug: 14449
    Change-Id: If9dd8a6094830c5b47adfff0acb3ff726168e801
    Reviewed-on: https://code.wireshark.org/review/25943
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2b74b5c   BER: Add a length check.
    adds  65aa59d   RPCoRDMA: Set an upper bound for our chunk size.


Summary of changes:
 epan/dissectors/packet-rpcrdma.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)