summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-16 17:45:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-16 17:45:27 +0900
commitfac814c2dc31afef272b45392a7389ef0bfa3a4f (patch)
tree403f732183e2a0191ea36042c978cb1e7be2d666 /class.c
parent29e01c6f5f8901bdaab818dfd4699cfa2a86b8e6 (diff)
downloadruby-fac814c2dc31afef272b45392a7389ef0bfa3a4f.tar.gz
Fix `PLATFORM_GET_INC`
On platforms where unaligned word access is not allowed, and if `sizeof(val)` and `sizeof(type)` differ: - `val` > `type`, `val` will be a garbage. - `val` < `type`, outside `val` will be clobbered.
Diffstat (limited to 'class.c')
0 files changed, 0 insertions, 0 deletions