Files
mruby-mruby/src
KOBAYASHI Shuji 453296a729 Avoid possibility of reading uninitialized areas in h_check_modified()
In `h_check_modified()`, in the case of `MRB_NO_BOXING`, `ht_ea()` or
`ht_ea_capa()` for AR may read uninitialized area. Therefore, do not use
those macros for AR in `MRB_NO_BOXING` (but in the case of `MRB_64BIT`,
`ht_ea_capa()` is the same as `ar_ea_capa()`, so use it).

fix #5332
2021-02-12 15:00:06 +09:00
..
2021-02-01 14:33:28 +09:00
2021-01-02 23:50:18 +09:00
2021-01-26 10:57:07 +09:00
2021-01-25 22:29:11 +09:00
2021-01-26 10:57:07 +09:00
2021-01-26 10:57:07 +09:00
2016-05-09 17:19:47 +02:00