Page MenuHomeFreeBSD

D17540.id49075.diff
No OneTemporary

D17540.id49075.diff

Index: sys/netinet/udp_usrreq.c
===================================================================
--- sys/netinet/udp_usrreq.c
+++ sys/netinet/udp_usrreq.c
@@ -551,6 +551,11 @@
INP_RLOCK(inp);
+ if (__predict_false(inp->inp_flags2 & INP_FREED)) {
+ INP_RUNLOCK(inp);
+ continue;
+ }
+
/*
* XXXRW: Because we weren't holding either the inpcb
* or the hash lock when we checked for a match

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 1:36 AM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27372609
Default Alt Text
D17540.id49075.diff (422 B)

Event Timeline