Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16931 container: fix oid iv race with using invalid on update ptr (
#15714) the src pointer for on_update() callback is on the stack and should not be saved beyond that call to detect the same request, because in some cases we can end up with 2 different requests sharing getting the same pointer value. Use the private pointer allocated by the oid iv on_get operation instead. Signed-off-by: Mohamad Chaarawi <[email protected]>
- Loading branch information