Skip to content

[pull] master from ruby:master - #1429

Merged
pull[bot] merged 3 commits into
turkdevops:masterfrom
ruby:master
Sep 20, 2026
Merged

pull[bot] merged 3 commits into
turkdevops:masterfrom
ruby:master

Conversation

@pull

@pull pull Bot commented Sep 20, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

BurdetteLamar and others added 3 commits September 20, 2026 10:02
The separator can be modified in the block yielded by String#each_line.
When that happens, the pointer can change which can cause an use-after-free.
For example, the following script crashes:

    sep = "x" * 1_000_000
    s = "a#{sep}b#{sep}c"
    s.each_line(sep) { sep.clear }
@pull pull Bot locked and limited conversation to collaborators Sep 20, 2026
@pull pull Bot added the ⤵️ pull label Sep 20, 2026
@pull
pull Bot merged commit 5a4ccd9 into turkdevops:master Sep 20, 2026
1 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants