aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_util.c')
-rw-r--r--pseudo_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo_util.c b/pseudo_util.c
index ee6e50d..889630e 100644
--- a/pseudo_util.c
+++ b/pseudo_util.c
@@ -512,7 +512,7 @@ pseudo_setupenv(char * const *environ, char *opts) {
found_localstatedir = 1;
++env_count;
}
- env_count += 4 - (found_preload + found_libpath + found_debug + found_opts + found_prefix + found_bindir + found_libdir + found_localstatedir);
+ env_count += 8 - (found_preload + found_libpath + found_debug + found_opts + found_prefix + found_bindir + found_libdir + found_localstatedir);
new_environ = malloc((env_count + 1) * sizeof(*new_environ));
if (!new_environ) {