Skip to content

The route socket and its storage was detached while still reading

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

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.

Edited by Michał Kępień

Merge request reports