Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto fa68e634a7 variable.c (mrb_exc_const_get): E_XXX_ERROR should not call const_missing
As #6359 pointed out, calling const_missing hook from E_XXX_ERROR (that
calls mrb_exc_get_id()) can be an attack vector.  Since E_XXX_ERROR is
supposed to be a defined error class, we think that the situation where
it is undefined and the const_missing hook is called should be detected
as an error; fix #6359
2024-10-15 21:09:48 +09:00
..
2022-01-02 11:52:19 +09:00
2024-06-27 22:46:13 +02:00
2024-06-27 22:46:13 +02:00
2024-09-24 00:14:24 +10:00
2023-05-03 22:12:59 +10:00
2024-09-10 21:07:43 +09:00
2024-10-11 05:08:46 +02:00
2022-12-03 14:26:05 +09:00
2019-08-18 20:12:44 +09:00
2024-08-13 17:27:08 +09:00