Skip to content

crashes in sqlite3.Connection in case it is uninitialized or partially initialized #75927

@orenmn

Description

@orenmn
mannequin
BPO 31746
Nosy @ambv, @orenmn, @pablogsal, @erlend-aasland
PRs
  • bpo-31746: Fixed Segfaults in the sqlite module when uninitialized. #3946
  • bpo-31746: Prevent segfaults with uninitialised sqlite3.Connection objects #27431
  • bpo-31746: Revert "Prevent segfaults with uninitialised sqlite3.Connection objects" #27463
  • bpo-31746: Fix broken call in GH-27431 #27464
  • [3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) #27465
  • [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) #27472
  • 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/erlend-aasland'
    closed_at = <Date 2021-07-30.12:03:10.120>
    created_at = <Date 2017-10-10.14:31:19.614>
    labels = ['extension-modules', '3.10', '3.9', 'type-crash', '3.11']
    title = 'crashes in sqlite3.Connection in case it is uninitialized or partially initialized'
    updated_at = <Date 2021-07-30.12:03:10.120>
    user = 'https://github.com/orenmn'

    bugs.python.org fields:

    activity = <Date 2021-07-30.12:03:10.120>
    actor = 'erlendaasland'
    assignee = 'erlendaasland'
    closed = True
    closed_date = <Date 2021-07-30.12:03:10.120>
    closer = 'erlendaasland'
    components = ['Extension Modules']
    creation = <Date 2017-10-10.14:31:19.614>
    creator = 'Oren Milman'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31746
    keywords = ['patch']
    message_count = 5.0
    messages = ['304047', '398513', '398515', '398517', '398540']
    nosy_count = 4.0
    nosy_names = ['lukasz.langa', 'Oren Milman', 'pablogsal', 'erlendaasland']
    pr_nums = ['3946', '27431', '27463', '27464', '27465', '27472']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue31746'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Labels

    3.10only security fixes3.11only security fixes3.9 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-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