Bugzilla – Attachment 49085 Details for
Bug 115200
IPsec crashes kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Possible patch
netfilter-policy-fix (text/plain), 619 bytes, created by
Olaf Kirch
on 2005-09-07 16:07:24 UTC
(
hide
)
Description:
Possible patch
Filename:
MIME Type:
Creator:
Olaf Kirch
Created:
2005-09-07 16:07:24 UTC
Size:
619 bytes
patch
obsolete
>Index: linux-2.6.13/net/core/netfilter.c >=================================================================== >--- linux-2.6.13.orig/net/core/netfilter.c >+++ linux-2.6.13/net/core/netfilter.c >@@ -544,8 +544,10 @@ int nf_rcv_postxfrm_local(struct sk_buff > /* Fix header len and checksum if last xfrm was transport mode */ > if (!skb->sp->x[skb->sp->len - 1].xvec->props.mode) { > skb->nh.iph->tot_len = htons(skb->len); >- ip_send_check(skb->nh.iph); > } >+ /* Unconditionally do the checksum; the packet >+ * may have been fragmented. Icky. */ >+ ip_send_check(skb->nh.iph); > return nf_rcv_postxfrm_nonlocal(skb); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 115200
:
48814
|
48858
|
49008
|
49017
| 49085