Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

No NULL check in sqliteconnection.c #129346

Closed
Labels
3.12only security fixes3.13bugs and security fixes3.14bugs and security fixestopic-sqlite3type-bugAn unexpected behavior, bug, or error
@wooffie

Description

@wooffie

Bug report

Bug description:

aggregate_instance= (PyObject**)sqlite3_aggregate_context(context,sizeof(PyObject*));

In this case we don'y check it against NULL, and can dereference in next line:

if (*aggregate_instance==NULL) {

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixes3.13bugs and security fixes3.14bugs and security fixestopic-sqlite3type-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp