Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105261833
D33100.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
381 B
Referenced Files
None
Subscribers
None
D33100.diff
View Options
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c
--- a/sys/netipsec/key.c
+++ b/sys/netipsec/key.c
@@ -2039,7 +2039,7 @@
__func__, oldsp));
KEYDBG(KEY_DATA, kdebug_secpolicy(oldsp));
} else {
- key_freesp(&newsp);
+ key_freesp(&oldsp);
ipseclog((LOG_DEBUG,
"%s: a SP entry exists already.\n", __func__));
return (key_senderror(so, m, EEXIST));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 15, 4:51 AM (17 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15403152
Default Alt Text
D33100.diff (381 B)
Attached To
Mode
D33100: ipsec: fix a panic with INVARIANTS
Attached
Detach File
Event Timeline
Log In to Comment