]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the sum() function less precise and slower in order to avoid
authordrh <>
Fri, 30 Jun 2023 11:51:36 +0000 (11:51 +0000)
committerdrh <>
Fri, 30 Jun 2023 11:51:36 +0000 (11:51 +0000)
commit60f41362cfa65da5baa992367156f67d738e1be3
tree04c36b70ac2f3fbaf19618f22654bb582426c6a5
parent2ddfa6a360ede3e370201b9f45737f8a350be198
Make the sum() function less precise and slower in order to avoid
harmless signed integer overflow UBSAN warnings from OSS-Fuzz.

FossilOrigin-Name: 1be0646a2c352dbf03d2af87fd48b6f9edfd68666790ac6863144ac95f3e0621
manifest
manifest.uuid
src/func.c
src/util.c
test/func.test