Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb950496 authored by David S. Miller's avatar David S. Miller
Browse files

[DCCP]: Fix uninitialized var warnings in dccp_parse_options().

parent 57b47a53
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb)

	memset(opt_recv, 0, sizeof(*opt_recv));

	opt = len = 0;
	while (opt_ptr != opt_end) {
		opt   = *opt_ptr++;
		len   = 0;