提交 fb950496 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 57b47a53
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册