X Tutup
Skip to content

[3.13] gh-143195: fix UAF in {bytearray,memoryview}.hex(sep) via re-entrant sep.__len__ (GH-143209)#143220

Merged
picnixz merged 1 commit intopython:3.13from
picnixz:backport-9976c2b-3.13
Dec 27, 2025
Merged

[3.13] gh-143195: fix UAF in {bytearray,memoryview}.hex(sep) via re-entrant sep.__len__ (GH-143209)#143220
picnixz merged 1 commit intopython:3.13from
picnixz:backport-9976c2b-3.13

Conversation

@picnixz
Copy link
Member

@picnixz picnixz commented Dec 27, 2025

…via re-entrant `sep.__len__` (pythonGH-143209)

(cherry picked from commit 9976c2b)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@picnixz picnixz enabled auto-merge (squash) December 27, 2025 12:35
@picnixz picnixz merged commit 8aca2fd into python:3.13 Dec 27, 2025
42 checks passed
@picnixz picnixz deleted the backport-9976c2b-3.13 branch December 27, 2025 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup