You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 3.4.9 is a patch release that includes critical bug fixes and a security update:
Security Fix:
CVE-2026-27820: Buffer overflow vulnerability in Zlib::GzipReader. The zstream_buffer_ungets function fails to guarantee the backing Ruby string has enough capacity before the memmove shifts existing data, potentially leading to memory corruption. The bundled zlib gem has been updated to version 3.2.3 or later to address this vulnerability.
Bug Fixes (11 critical issues resolved):
Fixed undefined behavior in string processing
Resolved integer overflow in IO::Buffer that could lead to out-of-bounds memory access
Corrected splatted argument mutation with unexpected keyword arguments
Fixed parser instruction generation differences between parse.y and prism
Fixed 0.pow(2,-9999999999999999990) to return zero correctly
Ensured Data objects are frozen even without members
Fixed underflow in Array#pack
Resolved 20% slowdown regression in garbage collection
Fixed GC crash in String#% operations
Addressed potential deadlocks in Process.fork
Corrected UnboundMethod#== for methods from included/extended modules
Breaking Changes:
None reported. This is a backward-compatible patch release.
🎯 Impact Scope Investigation
Files Requiring Updates:
The PR only updates the Dockerfile (line 42: ARG RUBY_VERSION=3.4.9), but additional files contain hardcoded references to Ruby 3.4.8 that will cause runtime failures:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.8→3.4.9Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.