Posts Tagged: c-extensions
-
Understanding CVE-2008-2664: Unsafe Use of alloca in Ruby's rb_str_format
An in-depth look at CVE-2008-2664, a high-severity vulnerability in Ruby involving unsafe use of alloca in rb_str_format.
-
Resolving Compatibility Issues with C Extensions When Upgrading Ruby
A guide to troubleshooting and resolving common compatibility issues with C extensions when upgrading your Ruby version.