https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239893
Bug ID: 239893
Summary: soclose use after free
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
In soclose() the second loop through lqueue should use TAILQ_FOREACH_SAFE since
the socket is freed within the loop by soabort(), so the so_list pointer in
that socket could be garbage.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"