g_malloc -> g_malloc0 where not all struct elements are initialized or
authorJoerg Mayer <jmayer@loplof.de>
Wed, 22 Feb 2017 18:04:07 +0000 (19:04 +0100)
committerJörg Mayer <jmayer@loplof.de>
Wed, 22 Feb 2017 21:53:36 +0000 (21:53 +0000)
commit785a0d8e75560a9a8733f667751ea403f6400d53
tree2361150fcc672f4979ce12e0add108558c15a476
parent936a4c1eb95384bca8563d2b210d243167f4fe20
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@loplof.de>
caputils/airpcap_loader.c
caputils/capture-pcap-util-unix.c