Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyshellext.cpp: Possible null pointer dereference #78951

Closed
ZackerySpytz mannequin opened this issue Sep 22, 2018 · 4 comments
Closed

pyshellext.cpp: Possible null pointer dereference #78951

ZackerySpytz mannequin opened this issue Sep 22, 2018 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes type-bug An unexpected behavior, bug, or error

Comments

@ZackerySpytz
Copy link
Mannequin

ZackerySpytz mannequin commented Sep 22, 2018

BPO 34770
Nosy @ZackerySpytz, @miss-islington
PRs
  • bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp #9497
  • [3.7] bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) #9555
  • [3.6] bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) #9556
  • 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 2018-09-25.05:06:05.516>
    created_at = <Date 2018-09-22.17:00:58.359>
    labels = ['3.8', 'type-bug', '3.7']
    title = 'pyshellext.cpp: Possible null pointer dereference'
    updated_at = <Date 2018-09-25.05:06:05.516>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2018-09-25.05:06:05.516>
    actor = 'xiang.zhang'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-25.05:06:05.516>
    closer = 'xiang.zhang'
    components = []
    creation = <Date 2018-09-22.17:00:58.359>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34770
    keywords = ['patch']
    message_count = 4.0
    messages = ['326098', '326316', '326318', '326319']
    nosy_count = 2.0
    nosy_names = ['ZackerySpytz', 'miss-islington']
    pr_nums = ['9497', '9555', '9556']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34770'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @ZackerySpytz
    Copy link
    Mannequin Author

    ZackerySpytz mannequin commented Sep 22, 2018

    The GlobalLock() call in UpdateDropDescription() is not checked for failure.

    @ZackerySpytz ZackerySpytz mannequin added 3.7 (EOL) end of life 3.8 only security fixes type-bug An unexpected behavior, bug, or error labels Sep 22, 2018
    @miss-islington
    Copy link
    Contributor

    New changeset f6c8007 by Miss Islington (bot) (Zackery Spytz) in branch 'master':
    bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
    f6c8007

    @miss-islington
    Copy link
    Contributor

    New changeset db23206 by Miss Islington (bot) in branch '3.7':
    bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
    db23206

    @miss-islington
    Copy link
    Contributor

    New changeset 936d740 by Miss Islington (bot) in branch '3.6':
    bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
    936d740

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants