Fix several uninitialized variables

This commit is contained in:
Bernhard Hackl 2017-04-11 05:25:18 -07:00
parent 078359127b
commit 848f801460
3 changed files with 3 additions and 2 deletions

View file

@ -652,6 +652,7 @@ dao_input_storing(void)
prefixlen = 0;
parent = NULL;
memset(&prefix, 0, sizeof(prefix));
uip_ipaddr_copy(&dao_sender_addr, &UIP_IP_BUF->srcipaddr);