Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115549485
D44527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
327 B
Referenced Files
None
Subscribers
None
D44527.diff
View Options
diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c
--- a/sys/netinet/tcp_hpts.c
+++ b/sys/netinet/tcp_hpts.c
@@ -759,7 +759,8 @@
* "0".
*/
counter_u64_add(combined_wheel_wrap, 1);
- *target_slot = hpts->p_nxt_slot;
+ if (target_slot)
+ *target_slot = hpts->p_nxt_slot;
return (0);
} else {
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 4:55 AM (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17798367
Default Alt Text
D44527.diff (327 B)
Attached To
Mode
D44527: TCP HPTS: improve consistency
Attached
Detach File
Event Timeline
Log In to Comment