Skip to content

spa: dict: fix iteration on empty dicts

Guillaume Desmottes requested to merge gdesmott/pipewire-rs:fix-miri into master

We can't call offset() on a null ptr so special case it. CIter::next() was already checking if next is null.

Fix #13 (closed)

Merge request reports