diff --git a/[refs] b/[refs] index c80fc6fca951..d95c4d1d2113 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7595b4955b5178e28906838cc3e8efa62d8caee +refs/heads/master: b8282dcf0417bbc8a0786c129fdff9cc768f8f3c diff --git a/trunk/net/dccp/ipv4.c b/trunk/net/dccp/ipv4.c index 29047995c695..f2c011fd2ba1 100644 --- a/trunk/net/dccp/ipv4.c +++ b/trunk/net/dccp/ipv4.c @@ -498,7 +498,7 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) goto drop; if (dccp_parse_options(sk, skb)) - goto drop; + goto drop_and_free; dccp_openreq_init(req, &dp, skb);