Skip to content

Recursion control #425

@rogerbinns

Description

@rogerbinns

VFS and VFSFile implementations can "inherit" from others, which could also inherit. The logging callback behind sqlite3_log could have an error which is reported back to sqlite3_log.

It is possible for these to exhaust the C call stack. CPython does do recursion control, but there are scenarios where that bookkeeping is not done. APSW needs to manually call the bookkeeping functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions