Bug Description Lua's pairs iterator isn't guaranteed to iterate through all elements of a table if the table's structure changes during iteration. This can lead to unexpected behavior and skipped ...
Lua's pairs iterator may not iterate over a table's contents if the table is modified during iteration. This can lead to unexpected behavior or infinite loops.