Fixed a bug where INSERT would crash when an unterminated string was given.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 31 Mar 2016 06:22:44 +0000 (08:22 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 31 Mar 2016 17:37:27 +0000 (19:37 +0200)
commit50316ca3fc789021c60642000764a3ec0e667850
tree51e304053488395cf25cc2da9d2592abe2084395
parente51f8b4450d246bed1eb4579d7cf9f2ef361981a
Fixed a bug where INSERT would crash when an unterminated string was given.

Found by zzuf.
src/language/utilities/include.c
tests/language/utilities/insert.at