Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164478197
D58521.id183033.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
355 B
Referenced Files
None
Subscribers
None
D58521.id183033.diff
View Options
diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c
--- a/sys/netipsec/ipsec.c
+++ b/sys/netipsec/ipsec.c
@@ -1353,8 +1353,10 @@
* subspace.
*/
if (tl < window - 1 && seq >= bl) {
- if (th == 0)
+ if (th == 0) {
+ SECREPLAY_UNLOCK(replay);
return (0);
+ }
*seqhigh = th - 1;
seqh = th - 1;
if (check_window(replay, seq)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 2, 7:21 AM (1 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35712587
Default Alt Text
D58521.id183033.diff (355 B)
Attached To
Mode
D58521: ipsec: Fix a lock leak in ipsec_chkreplay()
Attached
Detach File
Event Timeline
Log In to Comment