[Bug 289017] [lagg] A time-of-check to time-of-use (TOCTOU) race exists in the Link Aggregation (LAGG) network subsystem
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289017 --- Comment #9 from Gui-Dong Han <[email protected]> --- I believe this race condition can manifest in multiple ways depending on the exact timing. Potential scenarios include a NULL pointer dereference within lagg_proto_start (specifically when the protocol is LAGG_PROTO_NONE) and the lagg_lacp_start crash shown above. These are likely just examples of many potential failure points caused by this synchronization issue. -- You are receiving this mail because: You are the assignee for the bug.