add missing guard around wordexp()
This commit is contained in:
@@ -164,6 +164,7 @@ FN_NAME(popen)(const char *c, const char *t)
|
|||||||
}
|
}
|
||||||
INTERPOSE(popen)
|
INTERPOSE(popen)
|
||||||
|
|
||||||
|
#ifdef HAVE_WORDEXP
|
||||||
/*
|
/*
|
||||||
* We can't use a wrapper for wordexp(3) since we still want to call
|
* We can't use a wrapper for wordexp(3) since we still want to call
|
||||||
* the real wordexp(3) but with WRDE_NOCMD added to the flags argument.
|
* the real wordexp(3) but with WRDE_NOCMD added to the flags argument.
|
||||||
@@ -211,6 +212,7 @@ FN_NAME(wordexp)(const char *words, wordexp_t *we, int flags)
|
|||||||
#endif /* HAVE___INTERPOSE */
|
#endif /* HAVE___INTERPOSE */
|
||||||
}
|
}
|
||||||
INTERPOSE(wordexp)
|
INTERPOSE(wordexp)
|
||||||
|
#endif /* HAVE_WORDEXP */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On Linux we can use a seccomp() filter to disable exec.
|
* On Linux we can use a seccomp() filter to disable exec.
|
||||||
|
Reference in New Issue
Block a user