SQLite Forum

sqlite3changeset_op documentation error produces access violation
Login

sqlite3changeset_op documentation error produces access violation

(1) By anonymous on 2021-03-11 22:09:07 [source]

The documentation claims any of the output arguments can be NULL, but the implementation only checks if pbIndirect is NULL - it writes to the others without checking.

(2) By Larry Brasfield (larrybr) on 2021-03-12 01:01:41 in reply to 1 [link] [source]

Thanks for your report. The doc for sqlite3changeset_op() will soon reflect the behavior and requirements (or potential misbehavior) you have noted.