potential double free in Modules/_randommodule.c line 295 and line 317

BPO 35991
Nosy @rhettinger, @mdickinson, @benjaminp, @ZackerySpytz, @miss-islington, @tirkarthi
PRs
  • bpo-35991: Fix a potential double free in Modules/_randommodule.c #11849
  • [3.7] closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849) #11851
  • 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 = None
    closed_at = <Date 2019-02-14.07:43:21.127>
    created_at = <Date 2019-02-14.06:09:55.268>
    labels = ['type-security', 'extension-modules', '3.7', '3.8']
    title = 'potential double free in Modules/_randommodule.c line 295 and line 317'
    updated_at = <Date 2019-02-14.09:27:13.925>
    user = 'https://bugs.python.org/wjq-security'

    bugs.python.org fields:

    activity = <Date 2019-02-14.09:27:13.925>
    actor = 'ZackerySpytz'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-02-14.07:43:21.127>
    closer = 'benjamin.peterson'
    components = ['Extension Modules']
    creation = <Date 2019-02-14.06:09:55.268>
    creator = 'wjq-security'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35991
    keywords = ['patch']
    message_count = 4.0
    messages = ['335498', '335499', '335506', '335507']
    nosy_count = 7.0
    nosy_names = ['rhettinger', 'mark.dickinson', 'benjamin.peterson', 'ZackerySpytz', 'miss-islington', 'xtreak', 'wjq-security']
    pr_nums = ['11849', '11851']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'security'
    url = 'https://bugs.python.org/issue35991'
    versions = ['Python 3.7', 'Python 3.8']