Skip to content

Draft: The route socket and its storage was detached while still reading [v9.18]

Ondřej Surý requested to merge ondrej-fix-route_recv-use-after-free-v9_18 into v9_18

The interfacemgr and the .route was being detached while the network manager had pending read from the socket. Instead of detaching from the socket, we need to cancel the read which in turn will detach the route socket and the associated interfacemgr.

(cherry picked from commit 9ae34a04)

Edited by Ondřej Surý

Merge request reports