-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70405/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Gilbert Song, and Qian Zhang.
Bugs: MESOS-6934
https://issues.apache.org/jira/browse/MESOS-6934
Repository: mesos
Description
-------
Deferred lambda callback of the `moveLayers()` to the `StoreProcess`
to prevent use-after-free of the process object since the callback
refers to the `StoreProcess` class variable `flags`.
Diffs
-----
src/slave/containerizer/mesos/provisioner/docker/store.cpp
909364d21318956ed5e4c53419479d6d38d83858
Diff: https://reviews.apache.org/r/70405/diff/1/
Testing
-------
sudo make check
Thanks,
Andrei Budnik