Wireshark-commits: [Wireshark-commits] master 85d2eef: btatt: guard against incomplete reassembly

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Aug 2015 06:53:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85d2eef6193e7516b25a1fa05e4e000774846455
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

85d2eef by Evan Huus (eapache@xxxxxxxxx):

    btatt: guard against incomplete reassembly
    
    If we try and reassemble a fragment whose end does not line up exactly with the
    start of the following fragment, abort or else we will leave uninitialized gaps
    in the resulting buffer.
    
    Bug: 11436
    Change-Id: I4cd05c1a9ac4404bf70a3945f80b12f7bf5f74ee
    Reviewed-on: https://code.wireshark.org/review/9983
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  677d4d6   Add IPv6 Jumbogram support (RFC 2675)
    adds  85d2eef   btatt: guard against incomplete reassembly


Summary of changes:
 epan/dissectors/packet-btatt.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)