From 8fb7a2b6da0b27658b86267735e4fe6bd2135c637a835024fd62791b738d720b Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 12 Sep 2022 09:20:10 +0000 Subject: [PATCH] * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert extension when a column has no collating sequence. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=295 --- sqlite3.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sqlite3.changes b/sqlite3.changes index ceb1c0f..e81a931 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -211,6 +211,8 @@ Tue Nov 30 09:08:31 UTC 2021 - Reinhard Max interfaces. * Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). * Use less memory to hold the database schema. + * bsc#1189802, CVE-2021-36690: Fix an issue with the SQLite Expert + extension when a column has no collating sequence. ------------------------------------------------------------------- Tue Jun 22 08:55:36 UTC 2021 - Paolo Stivanin