ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 9b9a0d0: kafka: fix builds without Snappy or LZ4 supp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 01 Aug 2018 21:47:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b9a0d0f88b3323d4014aab1308d00fcb9c02bf8
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9b9a0d0 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>
    

Actions performed:

    from  925baf8   rfc7468: Usability improvements
    adds  9b9a0d0   kafka: fix builds without Snappy or LZ4 support


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