summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-13 07:57:17 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-13 07:57:17 -0700
commitcec46a59f3cc035d44348ffb866aa5d2026f907f (patch)
tree7d349c3c8302a15ecd45710daa69846dcd79e41b /tools
parentf97511b3d6ffdd7b90fab0f25e79b1df5c8b9be2 (diff)
parent79fcbddd736bfcc606ccf4555d0879af3b20da26 (diff)
Merge "Merge android-4.4.192 (da6d147) into msm-4.4"
Diffstat (limited to 'tools')
-rw-r--r--tools/hv/hv_kvp_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c
index fffc7c418459..834008639c4b 100644
--- a/tools/hv/hv_kvp_daemon.c
+++ b/tools/hv/hv_kvp_daemon.c
@@ -878,7 +878,7 @@ kvp_get_ip_info(int family, char *if_name, int op,
int sn_offset = 0;
int error = 0;
char *buffer;
- struct hv_kvp_ipaddr_value *ip_buffer;
+ struct hv_kvp_ipaddr_value *ip_buffer = NULL;
char cidr_mask[5]; /* /xyz */
int weight;
int i;