]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improved defenses against integer overflow when computing the size of a
authordrh <>
Fri, 26 Nov 2021 17:10:18 +0000 (17:10 +0000)
committerdrh <>
Fri, 26 Nov 2021 17:10:18 +0000 (17:10 +0000)
commit913306a53aaf1e10163c8e8181d0826397fc2d42
tree37741230c4a8bc9e329ac974db55d915cc3a9921
parente574a9233cf515ebb1cb105398b84002f7a61ccf
Improved defenses against integer overflow when computing the size of a
memory allocations.  No bugs were fixed here.  But perhaps future bugs will
be prevented.

FossilOrigin-Name: eb878c01f317f09e8ef6b1bd2ec8d6d5cd6ce0bdfe9da7fa7d92d2047cc9d9e4
ext/fts5/fts5_index.c
ext/fts5/fts5_vocab.c
manifest
manifest.uuid
src/build.c
src/expr.c
src/select.c