FreeBSD Bugzilla – Attachment 43085 Details for
Bug 67013
A potential bug detected in /sys/netipsec/key.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 739 bytes, created by
Zhenmin
on 2004-05-21 23:10:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Zhenmin
Created:
2004-05-21 23:10:23 UTC
Size:
739 bytes
patch
obsolete
>--- ./bsd-5.2.1/sys/netipsec/key.c 2003-09-29 17:57:43.000000000 -0500 >+++ ./bsd-5.2.1/sys/netipsec/key.c.fixed 2004-05-21 17:01:05.000000000 -0500 >@@ -3846,8 +3846,8 @@ > * scope_id check. if sin6_scope_id is 0, we regard it > * as a wildcard scope, which matches any scope zone ID. > */ >- if (spidx0->src.sin6.sin6_scope_id && >- spidx1->src.sin6.sin6_scope_id && >+ if (spidx0->dst.sin6.sin6_scope_id && >+ spidx1->dst.sin6.sin6_scope_id && > spidx0->dst.sin6.sin6_scope_id != spidx1->dst.sin6.sin6_scope_id) > return 0; > if (!key_bbcmp(&spidx0->dst.sin6.sin6_addr,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67013
: 43085