]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a potential use-after-free following an OOM in sqlite3ParserAddCleanup() parse-cleanup
authordrh <>
Tue, 12 Jan 2021 15:30:01 +0000 (15:30 +0000)
committerdrh <>
Tue, 12 Jan 2021 15:30:01 +0000 (15:30 +0000)
commit21d4f5b53a4d758a1a164201fe25c32b20b9c08a
treec80501b521f2d9645e4601f541d531b3f726afec
parentcf3c078f9326ac990fc4e1bfb4748e0b9f467069
Fix a potential use-after-free following an OOM in sqlite3ParserAddCleanup()
and add a mechanism to detect situations where this might occur in the
future.

FossilOrigin-Name: 38ef8ab9830e12acd2c710e113939b1f8dced02612c6933c37a3c948a4030d0a
manifest
manifest.uuid
src/insert.c
src/prepare.c
src/select.c
src/sqliteInt.h