vkdoom_m/src/common/scripting
alexey.lysiuk 60886f389c - fill array of objects with nulls on reserve
When item of object array is reserved but not written, it contains random garbage that is treated as valid pointer by VM and GC

https://forum.zdoom.org/viewtopic.php?t=69703
2020-08-29 13:06:46 +03:00
..
backend - fixes copied from Raze. 2020-04-29 23:58:50 +02:00
core - fill array of objects with nulls on reserve 2020-08-29 13:06:46 +03:00
frontend Fixed nested structs breaking the ZScript compiler under certain circumstances. 2020-08-15 16:25:59 +02:00
interface - fixed some issues with setup parts for ZScript in the wrong place. 2020-06-14 18:35:58 +02:00
jit Fixed an incorrect abort message on out of bounds array access. 2020-08-26 18:16:04 -03:00
vm Fixed an incorrect abort message on out of bounds array access. 2020-08-26 18:16:04 -03:00