1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/json
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
..
fixtures
json_addition_test.rb [flori/json] Remove unknown keyword arg from DateTime.parse 2022-05-20 17:49:13 +09:00
json_common_interface_test.rb
json_encoding_test.rb
json_ext_parser_test.rb
json_fixtures_test.rb
json_generator_test.rb Prepare to release json-2.5.0 2020-12-22 19:44:27 +09:00
json_generic_object_test.rb
json_parser_test.rb [flori/json] Fix parser bug for empty string allocation 2022-05-20 17:49:13 +09:00
json_string_matching_test.rb
ractor_test.rb Prepare to release json-2.5.0 2020-12-22 19:44:27 +09:00
test_helper.rb