Closed casperisfine closed 1 year ago
Fix: https://github.com/msgpack/msgpack-ruby/issues/341
These struct contain a VALUE reference so if we don't zero it out, it could be pointing at a T_NONE or some other old object slot.
Especially since we can re-use existing chunks.
cc @peterzhu2118 @pavel-workato
Fix: https://github.com/msgpack/msgpack-ruby/issues/341
These struct contain a VALUE reference so if we don't zero it out, it could be pointing at a T_NONE or some other old object slot.
Especially since we can re-use existing chunks.
cc @peterzhu2118 @pavel-workato