Project
General
Profile
Sign in
Register
Home
Projects
Help
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
«
Previous
|
Next
»
Revision 7ba25062
Added by
ko1 (Koichi Sasada)
almost 2 years
ago
ID
7ba2506232d3fa6c4e82e3708c0ff746a1a8de5c
Parent
29e99c84
Child
406d4bb5
check modifcation whil ar->st
delete
ar_try_convert
but use
ar_force_convert_table
to make program simple.
ar_force_convert_table
checks hash modification while
calling
#hash
method with the following strategy:
copy keys (and vals) of ar_table
calc hashes from keys
check copied keys and hash's keys. if not matched, repeat from 1
fix [Bug
#20050
]
Related issues
Bug #20050
: Segfault on Ruby 3.2.2 (and 3.1) on x86_64 Darwin 20 (rb_id_table_lookup for #hash)
Loading...
check modifcation whil ar->st
ar_try_convertbut usear_force_convert_tableto make program simple.
ar_force_convert_tablechecks hash modification whilecalling
#hashmethod with the following strategy:fix [Bug #20050]