ruby--ruby/ext/json/parser
Andrew Bromwich a15d0e267a
[flori/json] Fix parser bug for empty string allocation
When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
pass through a null pointer to `rb_enc_interned_str` resulting
in a segfault

Fixes #495

https://github.com/flori/json/commit/b59368a8c2
2022-05-20 17:49:13 +09:00
..
depend
extconf.rb
parser.c [flori/json] Fix parser bug for empty string allocation 2022-05-20 17:49:13 +09:00
parser.h
parser.rl [flori/json] Fix parser bug for empty string allocation 2022-05-20 17:49:13 +09:00
prereq.mk