cf-natali opened a new pull request, #432:
URL: https://github.com/apache/mesos/pull/432

   Use `defer(self(), lambda)` instead to avoid the risk of use-after-free.
   
   See on the mesos-tidy CI job:
   ```
   /tmp/SRC/src/csi/v0_volume_manager.cpp:1078:13: warning: callback
   capturing this should be dispatched/deferred to a specific PID
   [mesos-this-capture]
         .then([=](const Map<string, string>& secrets) {
   ```
   
   Together with the recent fixes merged, this fix should allow the
   mesos-tidy CI job to be green again:
   https://ci-builds.apache.org/job/Mesos/job/Mesos-Tidybot/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to