aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-08-18 15:58:34 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-18 18:29:58 +0000
commit7a096c38442588ec3613a4166f67d0b454fe7574 (patch)
tree337cfa0f974249bccdf65f0507c0bfb037585ff5 /epan/addr_resolv.c
parentf49eb3745c4ee23ae14f3e7b491dc29c2b2e0c99 (diff)
Init values set (found by American Fuzzy Lop).
Change-Id: Iddd2b4a0ceb409db1afb1a412339134634de631c Reviewed-on: https://code.wireshark.org/review/10104 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index ee0f1aa9ab..450caaeeed 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -1461,7 +1461,7 @@ initialize_ethers(void)
{
ether_t *eth;
char *manuf_path;
- guint mask;
+ guint mask = 0;
/* hash table initialization */
wka_hashtable = g_hash_table_new_full(eth_addr_hash, eth_addr_cmp, g_free, g_free);