{{ message }}
[backport to 3.5] bpo-29438: Fixed use-after-free in key sharing dict#40
Merged
methane merged 1 commit intoFeb 13, 2017
Merged
[backport to 3.5] bpo-29438: Fixed use-after-free in key sharing dict#40methane merged 1 commit into
methane merged 1 commit into
Conversation
serhiy-storchaka
approved these changes
Feb 12, 2017
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
oraluben
pushed a commit
to oraluben/cpython
that referenced
this pull request
Jun 25, 2023
This was referenced Feb 11, 2025
johnslavik
pushed a commit
to johnslavik/cpython
that referenced
this pull request
Dec 19, 2025
Remove `get_lazy_modules` from docs
SonicField
added a commit
to SonicField/cpython
that referenced
this pull request
Apr 15, 2026
Move bytecode_offset=-1 initialization into hir_c_alloc_instr so the invariant is structurally enforced — even if hir_c_init_instr is accidentally skipped, bytecode_offset will be -1 (not 0 from calloc). Add runtime regression test in hir_instr_c_verify.cpp that verifies the invariant for all three allocation paths (raw alloc, init_instr, init_deopt). Runs at startup via __attribute__((constructor)). Addresses gap flagged 5 times (Pythia python#14, python#40, python#59, librarian x2).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.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.
No description provided.