Wireshark-commits: [Wireshark-commits] master 532c3bc: Initialize int_seid to 0 in btavdtp dissecto
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 May 2014 15:14:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=532c3bc7837ba739c5a290a2db3a44fbe08d25c0
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

532c3bc by Evan Huus (eapache@xxxxxxxxx):

    Initialize int_seid to 0 in btavdtp dissector
    
    Fixes uninitialized read in fuzzed capture.
    
    While I'm there, reorder the fields to reduce alignment-padding and shrink the
    size of the sep_entry_t struct slightly.
    
    Bug:10095
    Change-Id: I3ace279e97874dbcfeb36f947c4c3428bd83e490
    Reviewed-on: https://code.wireshark.org/review/1574
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  cfe3bfd   Add -Q for QtShark and change the dumpcap command to use number of packets.
    adds  532c3bc   Initialize int_seid to 0 in btavdtp dissector


Summary of changes:
 epan/dissectors/packet-btavdtp.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)