Tin mới
Fidget-Spinner:fix_memoryview_auf
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Fix memoryview bad __index__ use after free
Merge branch 'fix_memoryview_auf' of
https://github.com/Fidget-Spinne…
Use more comprehensive tests by Serhiy
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Use After Free when assigning into a memoryview #92888
In my PR, I tried to make the code more generic to test more cases: https://github.com/python/cpython/pull/93127/files#diff-d41c6bb40a1e03fea5a20d15c4077413e0ddde65651147922b625b03a66a2f16R399:
gh-92888: memory_ass_sub() calls CHECK_RELEASED_INT() twice #93127