Wireshark-commits: [Wireshark-commits] master 566d20f: dfilter: use g_malloc0 to prevent uninitiali

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Feb 2018 17:14:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=566d20f444f1a526910e4c78579e8703c63c19aa
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

566d20f by Dario Lombardo (lomato@xxxxxxxxx):

    dfilter: use g_malloc0 to prevent uninitialized memory to be used.
    
    Found by clang.
    
    Change-Id: I89497bd0f32c79f82218c6d254a214364c930eb3
    Reviewed-on: https://code.wireshark.org/review/25884
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0a3c713   QUIC: Use new labels for decryption (draft-09).
    adds  566d20f   dfilter: use g_malloc0 to prevent uninitialized memory to be used.


Summary of changes:
 epan/dfilter/gencode.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)