You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Jacob Janco <jj...@gmail.com> on 2017/02/03 23:47:42 UTC

Review Request 56296: Fix to potential dangling pointer in `batch()`.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56296/
-----------------------------------------------------------

Review request for mesos.


Repository: mesos


Description
-------

- If `HierarchicalAllocatorProcess` gone after
  allocate but before `AnyCallback` then
  `this->allocationInterval` may reference
  garbage.


Diffs
-----

  src/master/allocator/mesos/hierarchical.cpp 5f540569043df9d2bb75416c8c36bb4dd7bd68a1 

Diff: https://reviews.apache.org/r/56296/diff/


Testing
-------


Thanks,

Jacob Janco