diff options
author | drh <> | 2025-05-06 17:53:27 +0000 |
---|---|---|
committer | drh <> | 2025-05-06 17:53:27 +0000 |
commit | 288f35685473c82b12bd47610e473ec34524bba7 (patch) | |
tree | c37bace09bef4205abb6701d7b5654cbb85d929a /manifest.uuid | |
parent | ad39fa81afe80fd5eaa283cdbc6bb91c83f25462 (diff) | |
download | sqlite-288f35685473c82b12bd47610e473ec34524bba7.tar.gz sqlite-288f35685473c82b12bd47610e473ec34524bba7.zip |
Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3]
that can cause invalid data to be used for a column if that column has a
CHECK constraint that includes the NOT NULL or IS NULL operator.
Problem discovered by the
[https://issues.chromium.org/issues/415397143|Chromium fuzzer]. Never
seen in the wild, as far as anybody knows.
FossilOrigin-Name: 2adaee9aa90f280a406007695fbc4a314806584c93d6b62b46c031492b31ec27
Diffstat (limited to 'manifest.uuid')
-rw-r--r-- | manifest.uuid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.uuid b/manifest.uuid index 784b197cc..02cea4187 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1d5021533ed688d7a815ce75b338c72f577c14554027f88a21419935a9e68239 +2adaee9aa90f280a406007695fbc4a314806584c93d6b62b46c031492b31ec27 |