From: Eli Zaretskii Date: Sat, 18 Nov 2023 09:11:04 +0000 (+0200) Subject: Add 2 SQLite extensions to allow-list. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3327f36ad95;p=emacs.git 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. --- 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 };