Skip to content

FIX-CI: decoder: fix read-after-free when using multiple CCs

Pushing a block to a sub decoder move the ownership. It was possible that the first CC decoder already processed and released the block, while the parent decoder was still duplicating it in order to send it to the next CC decoder.

Fixes #28411 (closed)

Merge request reports