ruby/ext/json/parser
Jean Boussier 70f554efb4 [ruby/json] raise_parse_error: avoid UB
Fix: https://github.com/ruby/json/pull/625

Declaring the buffer in a sub block cause bugs on some compilers.

90967c9eb0
2024-10-26 18:44:15 +09:00
..
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb Use frozen string literals 2024-10-26 18:44:15 +09:00
parser.c [ruby/json] raise_parse_error: avoid UB 2024-10-26 18:44:15 +09:00
parser.h [ruby/json] Speedup Parser initialization 2024-10-18 11:28:12 +09:00
parser.rl [ruby/json] raise_parse_error: avoid UB 2024-10-26 18:44:15 +09:00
prereq.mk ext/json/parser/prereq.mk: fix warnings for code generated by ragel 2021-05-18 23:26:03 +09:00