Check that malloc() has not already failed when invoking the xUpdate() method
commitc5e47c0d3f7abfe24837e48e38072ae02bbaf53b
authorDan Kennedy <danielk1977@gmail.com>
Wed, 13 Jun 2018 11:11:13 +0000 (13 11:11 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Wed, 13 Jun 2018 11:11:13 +0000 (13 11:11 +0000)
tree34e0dd011495e40f632a10f16a083e1f7d4c0f2f
parent55d2a4f57f37b64b0408440598b1084c9b704fcb
Check that malloc() has not already failed when invoking the xUpdate() method
of a virtual table implementation. This fixes an assert() failure in FTS5 that
could occur following an OOM condition.
src/vdbe.c
test/releasetest.tcl