Fixed delete-before user is gone race conditions.
This is done by replacing unique_ptr/bare pointer with 2 shared_ptr. Also added suppressions for helgrind complains about rados.
Showing
- objectstore/AgentReference.cpp 27 additions, 21 deletionsobjectstore/AgentReference.cpp
- objectstore/AgentReference.hpp 15 additions, 4 deletionsobjectstore/AgentReference.hpp
- scheduler/OStoreDB/MemQueues.cpp 19 additions, 19 deletionsscheduler/OStoreDB/MemQueues.cpp
- scheduler/OStoreDB/MemQueues.hpp 3 additions, 3 deletionsscheduler/OStoreDB/MemQueues.hpp
- tests/helgrind.suppr 40 additions, 1 deletiontests/helgrind.suppr
Loading
Please register or sign in to comment