Mir

Code review comment for lp:~thomas-voss/mir/fix-fd-sharing

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Is the lambda run in the same thread as the caller?
socket->get_io_service().dispatch(...

If not then it is using fds unsafely unlocked and/or potentially after the object is destroyed.

review: Needs Information

« Back to merge proposal