Skip to content

[CircularBuffer] Fixed sync bug

Matteo Pignataro requested to merge fix-sync-circular-buffer into main

Fixed race condition inside sync circular buffer. The race condition occurs because the pop function returns a reference pointer which can be accessed (by the utilizer) outside the mutex lock

Merge request reports

Loading