Wireshark-commits: [Wireshark-commits] master 5d3d96c: transum: Add protections against NULL trees.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Feb 2017 03:10:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d3d96cac4e4ad0d0e11a85e64689105cc7e53c7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d3d96c by Michael Mann (mmann78@xxxxxxxxxxxx):

    transum: Add protections against NULL trees.
    
    proto_find_finfo doesn't have NULL tree protection, so protect it from
    transum dissector.
    
    Bug: 13395
    Change-Id: I1037c675cf10b959f116b20b12cc7b388c175cd3
    Reviewed-on: https://code.wireshark.org/review/20077
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2c3dda5   SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissector
    adds  5d3d96c   transum: Add protections against NULL trees.


Summary of changes:
 plugins/transum/extractors.c |   36 ++++++++++++++++++++++++++++++++----
 1 file changed, 32 insertions(+), 4 deletions(-)