Wireshark-commits: [Wireshark-commits] master 1f52712: dumpcap: fix uninitialized memory read on du
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Jul 2019 03:56:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f527124444eca32623d1b7a5303afd7b46e322e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1f52712 by Peter Wu (peter@xxxxxxxxxxxxx):

    dumpcap: fix uninitialized memory read on dumpcap -d errors
    
    Reproduce with: dumpcap -pdf bad
    
    Change-Id: I8c1f80c9d88262bc57651e886740083ea8e6ad52
    Fixes: 4d6cb744df ("Add a "-d" flag to dumpcap")
    Reviewed-on: https://code.wireshark.org/review/33863
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c32d27a   ieee802.11: Ensure optional sub-elements do not cause exceptions.
     add  1f52712   dumpcap: fix uninitialized memory read on dumpcap -d errors


Summary of changes:
 dumpcap.c | 1 +
 1 file changed, 1 insertion(+)