]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make use of the flexible-array feature of C99, when available, to try to
authordrh <>
Fri, 14 Mar 2025 18:10:02 +0000 (18:10 +0000)
committerdrh <>
Fri, 14 Mar 2025 18:10:02 +0000 (18:10 +0000)
commitcebf06c7980109ab459b5d90dd563ae621a78f94
tree543b5e5345de64862fbcd0851d2fb34f549566cd
parentdae87df198a40df2c04507f86b49c291c1e917e3
Make use of the flexible-array feature of C99, when available, to try to
pacify -fsanitize=strict-bounds.  This check-in fixes the core. There is
more yet to do in FTS3, RTREE, and in FTS5.

FossilOrigin-Name: 6fd6b32d06bd6a705e5140cd613af823b8183a6f6a9ceeeedfcf5e8b50821d68
17 files changed:
manifest
manifest.uuid
src/build.c
src/expr.c
src/main.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbesort.c
src/wal.c
src/where.c
src/whereInt.h
src/wherecode.c