mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
db9b566c4f
this release fixes two CVEs (CVE-2023-28101 and CVE-2023-28100), as well as bringing in bug fixes from 1.14.3.
13 lines
396 B
Diff
13 lines
396 B
Diff
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
|
|
index 8fa8c0e0..e1cdeba0 100644
|
|
--- a/common/flatpak-run.c
|
|
+++ b/common/flatpak-run.c
|
|
@@ -1900,6 +1900,7 @@ static const ExportData default_exports[] = {
|
|
{"XKB_CONFIG_ROOT", NULL},
|
|
{"GIO_EXTRA_MODULES", NULL},
|
|
{"GDK_BACKEND", NULL},
|
|
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
|
|
};
|
|
|
|
static const ExportData no_ld_so_cache_exports[] = {
|