summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-12-15 17:48:06 +0900
committerKOBAYASHI Shuji <[email protected]>2020-12-15 17:48:06 +0900
commitd5cb54d4df298d11158f8ff684845182dda0e3f7 (patch)
tree9aff4d2a0d0ad5c50c930834be632b00f6d7c2b4 /.github
parente9fe337b952731226449027a4c34471af27b23e6 (diff)
downloadmruby-d5cb54d4df298d11158f8ff684845182dda0e3f7.tar.gz
mruby-d5cb54d4df298d11158f8ff684845182dda0e3f7.zip
Ensure initialization of `RVALUE_zero` in `mrb_obj_alloc`
Union initialization initializes the first member. The first member of `RVALUE` is `struct free_obj`, but because it is only 4-words, it seems that initialization after the 5th word is not ensured. Therefore, I created 6-words `struct RVALUE_initializer` for initialization and made it the first member.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions