vchiq_util: Fix race condition in push/pop
The lack of memory barriers could (very rarely) result in vchiu_queue_pop reading the next value before it had been written (getting either NULL, or a value that had been popped once already).
Loading
Please register or sign in to comment