summaryrefslogtreecommitdiffstats
path: root/src/firejail/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/env.c')
-rw-r--r--src/firejail/env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/env.c b/src/firejail/env.c
index cccab966d..7fbf7aac5 100644
--- a/src/firejail/env.c
+++ b/src/firejail/env.c
@@ -125,6 +125,7 @@ void env_defaults(void) {
125 125
126// parse and store the environment setting 126// parse and store the environment setting
127void env_store(const char *str) { 127void env_store(const char *str) {
128 EUID_ASSERT();
128 assert(str); 129 assert(str);
129 130
130 // some basic checking 131 // some basic checking