Wireshark-commits: [Wireshark-commits] master 785a0d8: g_malloc -> g_malloc0 where not all struct e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Feb 2017 21:54:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=785a0d8e75560a9a8733f667751ea403f6400d53
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

785a0d8 by Joerg Mayer (jmayer@xxxxxxxxx):

    g_malloc -> g_malloc0 where not all struct elements are initialized or
    when combined with memset.
    
    Change-Id: I5148a65bee6d4d00c140113ffb1e228adefae93f
    Reviewed-on: https://code.wireshark.org/review/20251
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  936a4c1   GPRS-NS: display nsip.cause and nsip.pdu_type as BASE_HEX
    adds  785a0d8   g_malloc -> g_malloc0 where not all struct elements are initialized or when combined with memset.


Summary of changes:
 caputils/airpcap_loader.c         |    2 +-
 caputils/capture-pcap-util-unix.c |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)