Skip to content

use after free in key sharing dict #73624

@audric

Description

@audric
mannequin
BPO 29438
Nosy @tim-one, @rhettinger, @vstinner, @benjaminp, @methane, @markshannon, @serhiy-storchaka, @zhangyangyu
PRs
  • bpo-29438: fixed use-after-free in key sharing dict #17
  • [Do Not Merge] Sample of CPython life with blurb. #703
  • Files
  • minimal_crash.py: minimal code to reproduce
  • 29438-sharedkey-useafterfree.patch
  • 29438-minimum.py
  • 29438-sharedkey-useafterfree-py35.patch: patch for python 3.5
  • 29438-sharedkey-useafterfree-py36.patch
  • 29438-sharedkey-useafterfree-py36-2.patch
  • 29438-sharedkey-useafterfree-py35-2.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/methane'
    closed_at = <Date 2017-02-14.03:48:22.343>
    created_at = <Date 2017-02-04.00:52:56.670>
    labels = ['interpreter-core', '3.7', 'type-crash']
    title = 'use after free in key sharing dict'
    updated_at = <Date 2017-10-23.17:48:04.376>
    user = 'https://bugs.python.org/audric'

    bugs.python.org fields:

    activity = <Date 2017-10-23.17:48:04.376>
    actor = 'serhiy.storchaka'
    assignee = 'methane'
    closed = True
    closed_date = <Date 2017-02-14.03:48:22.343>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2017-02-04.00:52:56.670>
    creator = 'audric'
    dependencies = []
    files = ['46505', '46514', '46519', '46521', '46556', '46572', '46626']
    hgrepos = []
    issue_num = 29438
    keywords = ['patch', '3.3regression']
    message_count = 25.0
    messages = ['286902', '286904', '286925', '286927', '286937', '286949', '286951', '286966', '286981', '286982', '286983', '287255', '287274', '287280', '287281', '287282', '287285', '287286', '287288', '287564', '287565', '287733', '290438', '290439', '290452']
    nosy_count = 9.0
    nosy_names = ['tim.peters', 'rhettinger', 'vstinner', 'benjamin.peterson', 'methane', 'Mark.Shannon', 'serhiy.storchaka', 'xiang.zhang', 'audric']
    pr_nums = ['17', '703']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue29438'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions