Files
lua/testes
Roberto I 0f781f836a 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 (if 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-13 15:55:36 -03:00
..
2022-12-23 11:28:11 -03:00
2019-07-30 12:18:19 -03:00
2018-12-14 13:49:02 -02:00
2024-04-26 14:55:18 -03:00
2021-03-01 13:54:29 -03:00