X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fdccp%2Fipv4.c;h=f2c011fd2ba128f92757aa816da604804d99394f;hp=29047995c6957595bf40bdffbc8ad940291ba174;hb=55308c3712f56279d5547ef6e97d365ac3ab9e6d;hpb=543d9cfeec4d58ad3fd974db5531b06b6b95deb4 diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 29047995c695..f2c011fd2ba1 100644 --- a/net/dccp/ipv4.c +++ b/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);