Nobuyoshi Nakada 5c77402d88
Fix null pointer access in Ripper#initialize
In `rb_ruby_ripper_parser_allocate`, `r->p` is NULL between creating
`self` and `parser_params` assignment.  As GC can happen there, the
typed-data functions for it need to consider the case.
2023-07-16 15:41:10 +09:00
..
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-07-12 12:46:38 -04:00
2023-06-08 17:25:38 +09:00
2023-03-14 12:51:58 +09:00
2023-06-26 19:06:46 +09:00