summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLuke Gruber <luke.gruber@shopify.com>2026-01-29 18:34:30 -0500
committerGitHub <noreply@github.com>2026-01-29 18:34:30 -0500
commitef583c93ebad9eb9cf988e35bfd8ee22fbedd2c0 (patch)
tree42d6a148c374da76d541574bf706152ecf65b2d6 /spec
parent5fec5456b9cd9dd7fdea18ac9c43b1cf6d4cf4cb (diff)
Fix NEWOBJ hook calling `rb_obj_memsize_of` on TypedData object (#16002)
Fix NEWOBJ hook calling cruby functions on objects not filled yet. Objects like `TypedData` need to be zeroed out when calling `rb_obj_memsize_of`. Other object types need `fields_obj` to be 0 when they don't have one, etc. Fixes [Bug #21854]
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions