From cf261b64cc69a80379f93dd691b9c249712bf897 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 20 Jul 2007 12:58:26 +0000 Subject: replaced system() calls with something more reasonable. Please note that this might break compatibility with some existing configuration files. We accept this in favour of the gained security. --- srUtils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'srUtils.h') diff --git a/srUtils.h b/srUtils.h index 93f026ab..ece63fd8 100755 --- a/srUtils.h +++ b/srUtils.h @@ -60,4 +60,6 @@ unsigned char *srUtilStrDup(unsigned char *pOld, size_t len); * added 2007-07-17 by rgerhards */ int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode, uid_t uid, gid_t gid, int bFailOnChown); + +int execProg(uchar *program, int wait, uchar *arg); #endif -- cgit