-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
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
Labels
No labels