Files
lua/testes
Roberto I b996f8fd1b Bug: Issues with write barrier for __newindex
In 'luaV_finishset', there is an update on a table that is a field on
another table. If the first table is the same as the one with the field
(e.g., after 't.__newindex = t'), the update can change the value on
that field (e.g., there may be a collision and the field is moved, or
the field being updated is '__newindex' itself). After that, the
barrier is called with the table stored in that field, which is not
the correct table anymore.
2026-07-12 14:57:55 -03:00
..
2025-09-05 15:36:47 -03:00
2025-07-15 14:40:27 -03:00
2025-04-23 11:36:09 -03:00
2025-11-26 11:18:29 -03:00
2025-08-09 15:08:53 -03:00
2025-11-24 11:39:46 -03:00
2025-03-12 13:52:35 -03:00
2026-02-18 13:24:04 -03:00
2025-11-26 11:18:29 -03:00