diff --git a/net/respondd/src/respondd.c b/net/respondd/src/respondd.c index 6d57b9f..1d47947 100644 --- a/net/respondd/src/respondd.c +++ b/net/respondd/src/respondd.c @@ -445,7 +445,7 @@ static void accept_request(struct request_schedule *schedule, int sock, ssize_t input_bytes; struct sockaddr_in6 addr; char control[256]; - struct in6_addr destaddr; + struct in6_addr destaddr = {}; struct cmsghdr *cmsg; int64_t timeout = schedule_idle_time(schedule);