Files
mruby-mruby/src
dearblue 0955539cf9 Fix use-after-free in mrb_ary_delete()
`mrb_equal()` may call `obj.==` method internally.
Therefore, using an unupdated pointer and length after `mrb_equal()` could result in a read/write to an invalid address.

Fresh properties must always be obtained regardless of the result of `mrb_equal()`.
Also, `ary_modify()` must be called each time before writing.

ref. #6339
2024-09-13 21:44:56 +09:00
..
2024-09-13 21:44:56 +09:00
2024-06-06 21:35:24 +09:00
2024-04-22 18:00:27 +10:00
2024-07-18 15:06:31 +09:00
2023-11-01 22:21:59 +09:00
2024-03-09 13:41:58 +01:00
2024-06-27 22:46:13 +02:00
2016-05-09 17:19:47 +02:00