|
@@ -277,6 +277,7 @@ int x25_negotiate_facilities(struct sk_buff *skb, struct sock *sk,
|
|
|
|
|
|
memset(&theirs, 0, sizeof(theirs));
|
|
memset(&theirs, 0, sizeof(theirs));
|
|
memcpy(new, ours, sizeof(*new));
|
|
memcpy(new, ours, sizeof(*new));
|
|
|
|
+ memset(dte, 0, sizeof(*dte));
|
|
|
|
|
|
len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask);
|
|
len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask);
|
|
if (len < 0)
|
|
if (len < 0)
|