Skip to content

[pull] master from lh3:master#146

Merged
pull[bot] merged 1 commit intohlilab:masterfrom
lh3:master
Feb 13, 2026
Merged

[pull] master from lh3:master#146
pull[bot] merged 1 commit intohlilab:masterfrom
lh3:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Feb 13, 2026

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 : )

mm_map_aux() takes in |b._b| which can end up reallocating |km| at the
end of mm_map_frag_core(). Since the address of |km| is cached before
those calls it ends up pointing to freed memory.

This can result in a crash as seen in #1183, however it also happens to
Just Work most of the time since the new allocation often lands at the
same address as the old one. Preloading ASAN or a similar replacement
allocator that doesn't have that behaviour results in a reliable crash.
@pull pull Bot locked and limited conversation to collaborators Feb 13, 2026
@pull pull Bot added the ⤵️ pull label Feb 13, 2026
@pull pull Bot merged commit de3c6ec into hlilab:master Feb 13, 2026
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.

1 participant