Wireshark-commits: [Wireshark-commits] master-2.2 c90a494: CIP: ensure to give a valid tvb pointer
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Jul 2016 13:54:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c90a494dce6a2831b16709ed1c82ae49fdb1c3a8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

c90a494 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    CIP: ensure to give a valid tvb pointer when calling proto_tree_add_XXX functions
    
    Bug: 12676
    Change-Id: I1567ecd70d0975ed47d8c659b9086206c2a0a89a
    Reviewed-on: https://code.wireshark.org/review/16748
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 6ea3dd69aa95239a57e8a1de8521a5d0f1ae4901)
    Reviewed-on: https://code.wireshark.org/review/16749
    

Actions performed:

    from  8b19829   Fixed compile error in packet-ssl-utils.c when HAVE_LIBCRYPT not defined
    adds  c90a494   CIP: ensure to give a valid tvb pointer when calling proto_tree_add_XXX functions


Summary of changes:
 epan/dissectors/packet-cip.c |   94 +++++++++++++++++++++---------------------
 1 file changed, 47 insertions(+), 47 deletions(-)