You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang/cc1depscan_main] Make sure to call ::listen() as part of the ScanServer::start() function
For the `-execute` daemon mode, `::listen()` is needed to fully prepare the socket before executing the command;
otherwise it's possible the command may start before the `ScanServer::listen()` function and fail to connect to the socket.
(cherry picked from commit 900d6b1)
0 commit comments