1 matches found
shopify-scripts: NULL pointer dereference when parsing ternary operators
There is a NULL pointer dereference when parsing ternary operators which will cause a crash. This could be used to cause a DoS. Sample code causing the crash file sample.rb is also attached: ruby b = a ? 1 : 0 Note that a should be treated as a method call which in this case is also undefined, bu...