Wireshark-commits: [Wireshark-commits] master-1.8 6d29bec: Revert "Revert "Fix the fuzz failure rep

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jun 2014 15:15:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d29becdcd80abc4bcbd9db20d542c596b6cce11
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.8
Repository: wireshark

Commits:

6d29bec by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Revert "Revert "Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8940"";
    
    This reverts commit c34a63b29e3527a7951d7f49a67113e700b358a5.
    
    Revert of commit c34a63b29e3527a7951d7f49a67113e700b358a5 reintroduced the fuzz failure (as one could expect).
    Instead let's do the real fix...
    
    Bug: 8940
    Change-Id: I184b8be858507afa26a229bf4860e3a0d4e01c60
    Reviewed-on: https://code.wireshark.org/review/2134
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  83ca675   Update info re Bug # 9991: '-F libpcap' (not '-F pcap') is used in Wireshark-1.8.
    adds  6d29bec   Revert "Revert "Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8940"";


Summary of changes:
 epan/dissectors/packet-bssgp.c         |  299 ++++++++++---------
 epan/dissectors/packet-gmr1_common.c   |    4 +-
 epan/dissectors/packet-gmr1_rr.c       |   93 ++++--
 epan/dissectors/packet-gsm_a_bssmap.c  |  506 +++++++++++++++++---------------
 epan/dissectors/packet-gsm_a_common.c  |  132 ++++++---
 epan/dissectors/packet-gsm_a_common.h  |   32 +-
 epan/dissectors/packet-gsm_a_dtap.c    |  156 +++++-----
 epan/dissectors/packet-gsm_a_gm.c      |  122 ++++----
 epan/dissectors/packet-gsm_a_rp.c      |   33 ++-
 epan/dissectors/packet-gsm_a_rr.c      |  160 +++++-----
 epan/dissectors/packet-gsm_bsslap.c    |   63 ++--
 epan/dissectors/packet-gsm_bssmap_le.c |  112 +++----
 epan/dissectors/packet-nas_eps.c       |  219 +++++++-------
 epan/dissectors/packet-sgsap.c         |   88 +++---
 14 files changed, 1081 insertions(+), 938 deletions(-)