Skip to content
Commit 980156cd authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Fix crash when mutating a container while iterating it

The original code used foreach which creates a copy of the container,
then it was "optimized" to avoid this which made it crash.

BUG: 403776
FIXED-IN: 5.15.3

CCMAIL: a.volkov@rusbitech.ru
parent f0c2d095
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment