Wireshark-commits: [Wireshark-commits] master a660215: fuzzshark: disable reassembly for few protoc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Feb 2018 06:03:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a660215deab1ce881e9066e0d89ba93445fff7bf
Submitter: Jakub Zawadzki (darkjames-ws@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a660215 by Your Name (you@xxxxxxxxxxx):

    fuzzshark: disable reassembly for few protocols
    
    Reassembly (or in general being stateful) doesn't help when fuzzing,
    even if wireshark will crash oss-fuzz will try to reproduce the crash
    with just single sample.
    
    Single sample will not reproduce the crash, so being stateful makes
    wireshark 'buggy target'.
    
    I hope change will also make IP corpus a little bit smaller.
    
    Change-Id: I01ba8177a653d220c4cfe8a56a5836c96010c6fe
    Reviewed-on: https://code.wireshark.org/review/25799
    Reviewed-by: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
    

Actions performed:

    from  010c73d   Disable warning C4267 in generated files.
    adds  a660215   fuzzshark: disable reassembly for few protocols


Summary of changes:
 tools/oss-fuzzshark/fuzzshark.c | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)