Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

Store valid Ruby fixnum into array #214

Closed peterzhu2118 closed 6 months ago

peterzhu2118 commented 6 months ago

The filter creates a Ruby array, but the argc is an unsigned long rather than a Ruby fixnum. This crashes when running the included test with GC stress (by setting the GC_STRESS environment variable).

cc. @casperisfine