From 3327f36ad95fdfc6b8639dd77b42f4bf8cf81e65 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Nov 2023 11:11:04 +0200 Subject: [PATCH] Add 2 SQLite extensions to allow-list. * src/sqlite.c (Fsqlite_load_extension): Add 2 Free Software extensions to the allow-list. For the details, see https://lists.gnu.org/archive/html/emacs-devel/2023-11/msg00234.html. --- src/sqlite.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sqlite.c b/src/sqlite.c index fd528f2b0d5..7135cc672bc 100644 --- a/src/sqlite.c +++ b/src/sqlite.c @@ -716,7 +716,9 @@ Only modules on Emacs' list of allowed modules can be loaded. */) "rtree", "sha1", "uuid", + "vector0", "vfslog", + "vss0", "zipfile", NULL }; -- 2.39.2