Wireshark-commits: [Wireshark-commits] master-2.6 d95f730: kafka: fix builds without Snappy or LZ4

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Sep 2018 07:44:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d95f7307af8ece2f1650d6e05f3e7b79ee325b51
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

d95f730 by Dario Lombardo (lomato@xxxxxxxxx):

    kafka: fix builds without Snappy or LZ4 support
    
    Avoid passing an uninitialized "raw" pointer to "proto_tree_add_item".
    
    Change-Id: Ic7d3542b4aa5650f452aad7ac3b783769cb44eb7
    Reviewed-on: https://code.wireshark.org/review/28922
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 9b9a0d0f88b3323d4014aab1308d00fcb9c02bf8)
    Reviewed-on: https://code.wireshark.org/review/29595
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  2b64e54   Kafka: add info when we lack decompression support
     add  d95f730   kafka: fix builds without Snappy or LZ4 support


Summary of changes:
 epan/dissectors/packet-kafka.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)