Skip to content

util/sparse_array: don't stomp head's counter on pop operations

By temporarily storing the new_head by a uint32_t, we wipe out the counter section of the head pointer.

Merge request reports