author | Peter van Dijk
<peter@7bits.nl> 2021-04-18 19:29:12 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2021-04-19 20:38:25 UTC |
parent | ed9c81e06eecdf4d7105432ef45c847c824140f9 |
preload/run/run.c | +1 | -1 |
diff --git a/preload/run/run.c b/preload/run/run.c index bce0739..51685fb 100644 --- a/preload/run/run.c +++ b/preload/run/run.c @@ -29,7 +29,7 @@ static void __attribute__((constructor)) fiu_run_init(void) * accordingly. */ char *tok, *state; char *env_copy; - char *rc_error; + char *rc_error = "no error returned"; env_copy = strdup(fiu_enable_env); if (env_copy == NULL) {