ruby/ext/-test-
Thomas Marshall 7e4b1f8e19
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
The documentation for `rb_enc_interned_str_cstr` notes that `enc` can be
a null pointer, but this currently causes a segmentation fault when
trying to autoload the encoding. This commit fixes the issue by checking
for NULL before calling `rb_enc_autoload`.
2024-03-03 10:43:35 +00:00
..
abi Stop defining RUBY_ABI_VERSION if released versions 2022-08-12 15:57:25 +09:00
arith_seq Update the depend files 2023-02-28 09:09:00 -08:00
array Update the depend files 2023-02-28 09:09:00 -08:00
asan Skip assert_no_memory_leak when ASAN is enabled 2024-02-28 14:41:03 +11:00
bignum Update the depend files 2023-02-28 09:09:00 -08:00
bug-3571 Update the depend files 2023-02-28 09:09:00 -08:00
bug-5832 Update the depend files 2023-02-28 09:09:00 -08:00
bug-14834 Update the depend files 2023-02-28 09:09:00 -08:00
bug_reporter Update the depend files 2023-02-28 09:09:00 -08:00
class Update the depend files 2023-02-28 09:09:00 -08:00
cxxanyargs Update dependencies 2021-11-21 16:21:18 +09:00
debug [Feature #10602] Add new API rb_profile_thread_frames() 2023-10-31 11:16:18 +09:00
dln/empty Update the depend files 2023-02-28 09:09:00 -08:00
econv [Bug #18964] Update the code range of appended portion 2022-08-18 14:57:08 +09:00
enumerator_kw Update the depend files 2023-02-28 09:09:00 -08:00
eval respect current frame of rb_eval_string 2022-08-01 17:48:05 +09:00
exception Update the depend files 2023-02-28 09:09:00 -08:00
fatal Update the depend files 2023-02-28 09:09:00 -08:00
file Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_open 2024-01-10 21:02:23 +11:00
float Update the depend files 2023-02-28 09:09:00 -08:00
funcall Update the depend files 2023-02-28 09:09:00 -08:00
gvl/call_without_gvl Update the depend files 2023-02-28 09:09:00 -08:00
hash Update the depend files 2023-02-28 09:09:00 -08:00
integer Update the depend files 2023-02-28 09:09:00 -08:00
iseq_load Update the depend files 2023-02-28 09:09:00 -08:00
iter Update the depend files 2023-02-28 09:09:00 -08:00
load stop warnings from running the test case requiring .so twice 2023-12-15 11:09:31 +09:00
marshal Update the depend files 2023-02-28 09:09:00 -08:00
memory_status Update the depend files 2023-02-28 09:09:00 -08:00
memory_view Remove null checks for xfree 2024-01-19 10:25:02 -05:00
method Update the depend files 2023-02-28 09:09:00 -08:00
notimplement Update the depend files 2023-02-28 09:09:00 -08:00
num2int Update the depend files 2023-02-28 09:09:00 -08:00
path_to_class Update the depend files 2023-02-28 09:09:00 -08:00
popen_deadlock Update the depend files 2023-02-28 09:09:00 -08:00
postponed_job Add a test case for preregistering with different data 2023-12-13 13:35:05 +11:00
printf Update the depend files 2023-02-28 09:09:00 -08:00
proc Update the depend files 2023-02-28 09:09:00 -08:00
random Update the depend files 2023-02-28 09:09:00 -08:00
rational Update the depend files 2023-02-28 09:09:00 -08:00
rb_call_super_kw Update the depend files 2023-02-28 09:09:00 -08:00
recursion Update the depend files 2023-02-28 09:09:00 -08:00
regexp Update the depend files 2023-02-28 09:09:00 -08:00
RUBY_ALIGNOF Update the depend files 2023-02-28 09:09:00 -08:00
scan_args Update the depend files 2023-02-28 09:09:00 -08:00
st rb_bug prints a newline after the message 2023-05-20 21:43:30 +09:00
string [Bug #20322] Fix rb_enc_interned_str_cstr null encoding 2024-03-03 10:43:35 +00:00
struct Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
symbol Update the depend files 2023-02-28 09:09:00 -08:00
thread Fix compilation for platforms without pthread 2024-02-26 20:45:48 +09:00
thread_fd Update the depend files 2023-02-28 09:09:00 -08:00
time Update the depend files 2023-02-28 09:09:00 -08:00
tracepoint Simplify implementation of tracepoint tests 2023-12-13 13:35:05 +11:00
typeddata Update the depend files 2023-02-28 09:09:00 -08:00
vm Update the depend files 2023-02-28 09:09:00 -08:00
wait Update the depend files 2023-02-28 09:09:00 -08:00
win32 Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
auto_ext.rb [ruby/fiddle] Create extconf header for MSVC 2021-09-05 17:31:46 +09:00