Skip to content
Commit 1fd17475 authored by Serov, Vladimir's avatar Serov, Vladimir
Browse files

ASAN: Use after scope in conformance_concurrent_queue



concurrent_queue_rep holds reference to Allocator, which is managed by
concurrent_queue. This reference can be invalid after moving
concurrent_queue_rep from one concurrent_queue to another.

Updating concurrent_queue_rep for using provider Allocator instead of
holding reference.

Signed-off-by: default avatarSerov, Vladimir <vladimir.serov@intel.com>
parent 4beec37a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment