Wireshark-commits: [Wireshark-commits] master-1.12 8774353: Don't try reassembly on fragments slice

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 01:45:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8774353e90f9c963d28b35f645672fd7585e8d57
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8774353 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't try reassembly on fragments sliced short during capture.
    
    While we're at it, get rid of an unnecessary argument passed to the
    defragmentation routines - it's always equal to the rpc_defragment
    preference variable, so just use that.
    
    Bug: 11913
    Change-Id: I2f2f7091c6132259ed04b926b4e29d876bff2990
    Reviewed-on: https://code.wireshark.org/review/13862
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f1192a5   Lua: Check out-of-bounds before tvb_strsize()
    adds  8774353   Don't try reassembly on fragments sliced short during capture.


Summary of changes:
 epan/dissectors/packet-rpc.c |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)