Page MenuHomeFreeBSD

D58521.id183033.diff
No OneTemporary

D58521.id183033.diff

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

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)

Event Timeline